mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore(FE-91): set formatCurrency default currency to indonesian currency
This commit is contained in:
+2
-2
@@ -31,8 +31,8 @@ export const formatNumber = (
|
||||
|
||||
export const formatCurrency = (
|
||||
value: number | bigint | Intl.StringNumericLiteral,
|
||||
currency = 'USD',
|
||||
locale = 'en-US',
|
||||
currency = 'IDR',
|
||||
locale = 'id-ID',
|
||||
minimumFractionDigits = 0,
|
||||
maximumFractionDigits = 2
|
||||
) => {
|
||||
|
||||
Reference in New Issue
Block a user