Skip to content

Commit

Permalink
#764 Change currency sign display to accounting
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Jan 24, 2024
1 parent fafc98f commit e8e141c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export function formatNumber(
style: 'currency',
currency,
currencyDisplay: 'narrowSymbol',
currencySign: 'accounting',
});

return formatter.format(value);
Expand Down

0 comments on commit e8e141c

Please sign in to comment.