forked from rayanfer32/nexus-explorer-next
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Note the comma placement in the red-highlighted balance amount.
In the \nexus-explorer-next\src\components\UserAccount\AccountInfo\AccountInfo.jsx, there is a mismatch in culture designations that is causing the issue:
function fiatValue(value) {
return ${new Intl.NumberFormat('en-IN', { style: 'currency', currency: 'USD', }).format(value)} USD
;
}
en-IN should be en-US, since the latter is used throughout the rest of the jsx.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working