Skip to content

Commit

Permalink
Merge pull request #812 from tailwarden/feature/tech-1232
Browse files Browse the repository at this point in the history
fix: resources display when over 1k
  • Loading branch information
mlabouardy authored May 24, 2023
2 parents 334ee52 + 5308ca2 commit d1b868b
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function useResourcesManagerChart({
datasets: [
{
data: sortByDescendingCosts?.map(item =>
Number(formatNumber(item.total))
item.total
) as number[],
backgroundColor: colors,
borderColor: '#FFFFFF',
Expand Down
Loading

0 comments on commit d1b868b

Please # to comment.