mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 20:27:20 +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, {
|
const formatter = new Intl.NumberFormat(preferredCurrency.locale, {
|
||||||
style: 'currency',
|
style: 'currency',
|
||||||
currency: preferredCurrency.endPointKey,
|
currency: preferredCurrency.endPointKey,
|
||||||
minimumFractionDigits: 2,
|
|
||||||
maximumFractionDigits: 8,
|
|
||||||
});
|
});
|
||||||
setCurrencyRate({
|
setCurrencyRate({
|
||||||
LastUpdated: currencyInformation[currency.LAST_UPDATED],
|
LastUpdated: currencyInformation[currency.LAST_UPDATED],
|
||||||
|
|
Loading…
Add table
Reference in a new issue