decimals removed

This commit is contained in:
Feruz 2019-02-08 22:50:00 +02:00
parent aeae271dcd
commit 2ae823e28a

View File

@ -120,7 +120,6 @@ class ProfileScreen extends PureComponent {
if (estimatedWalletValue) {
const { currencyRate, currencySymbol } = currency;
_estimatedWalletValue = `${currencySymbol} ${(estimatedWalletValue * currencyRate).toFixed(
5,
)}`;
}