mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 12:18:10 +01:00
Update currency.js
This commit is contained in:
parent
04b3d5a4ca
commit
09d227dbfb
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ const Currency = () => {
|
|||
const formatter = new Intl.NumberFormat(preferredCurrency.locale, {
|
||||
style: 'currency',
|
||||
currency: preferredCurrency.endPointKey,
|
||||
minimumFractionDigits: 2,
|
||||
maximumFractionDigits: 8,
|
||||
});
|
||||
setCurrencyRate({
|
||||
LastUpdated: currencyInformation[currency.LAST_UPDATED],
|
||||
|
|
Loading…
Add table
Reference in a new issue