Merge pull request #2113 from ecency/nt/wallet-label

updated wallet tab label to have 2 decimal figures
This commit is contained in:
Feruz M 2021-12-26 17:08:46 +02:00 committed by GitHub
commit f6e6c9b076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ class ProfileView extends PureComponent {
key="profile.wallet"
tabLabel={
estimatedWalletValue
? `${currencySymbol} ${(estimatedWalletValue * currencyRate).toFixed()}`
? `${currencySymbol} ${(estimatedWalletValue * currencyRate).toFixed(2)}`
: null
}
>