Skip to content

Commit

Permalink
fix(PWA): Use standard formatter for currency
Browse files Browse the repository at this point in the history
(cherry picked from commit ceffe34)
  • Loading branch information
cogk authored and mergify[bot] committed Oct 23, 2024
1 parent bf0be70 commit 48d4996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/utils/formatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const formatCurrency = (value, currency) => {
style: "currency",
currency: currency,
trailingZeroDisplay: "stripIfInteger",
currencyDisplay: "narrowSymbol",
})
return (
formatter
Expand Down

0 comments on commit 48d4996

Please sign in to comment.