mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 02:07:10 +03:00
decimals removed
This commit is contained in:
parent
aeae271dcd
commit
2ae823e28a
@ -119,8 +119,7 @@ class ProfileScreen extends PureComponent {
|
||||
|
||||
if (estimatedWalletValue) {
|
||||
const { currencyRate, currencySymbol } = currency;
|
||||
_estimatedWalletValue = `${currencySymbol} ${(estimatedWalletValue * currencyRate).toFixed(
|
||||
5,
|
||||
_estimatedWalletValue = `${currencySymbol} ${(estimatedWalletValue * currencyRate).toFixed(
|
||||
)}`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user