Skip to content

Commit

Permalink
Update Money.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeno committed Oct 29, 2024
1 parent 731f49d commit 96402d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/Money/Money.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class MoneyClass implements IMoneyClass {

/** need this to have fixed decimal places for compact notation */
const maximumFractionDigits = notation === "compact" ? 1 : Math.min(currency?.decimals, 20);
console.log("-------maximumFractionDigits-------", maximumFractionDigits);

return new Intl.NumberFormat(locale, {
maximumFractionDigits,
Expand Down

0 comments on commit 96402d0

Please sign in to comment.