mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
no message
This commit is contained in:
parent
292d4fc46c
commit
5e895ce4b8
@ -126,7 +126,7 @@ strings.formatBalanceWithoutSuffix = (balance, toUnit) => {
|
||||
return currency.satoshiToLocalCurrency(balance);
|
||||
}
|
||||
}
|
||||
return balance;
|
||||
return balance.toString();
|
||||
};
|
||||
|
||||
module.exports = strings;
|
||||
|
Loading…
Reference in New Issue
Block a user