mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-25 21:53:04 +03:00
Merge pull request #2113 from ecency/nt/wallet-label
updated wallet tab label to have 2 decimal figures
This commit is contained in:
commit
f6e6c9b076
@ -181,7 +181,7 @@ class ProfileView extends PureComponent {
|
||||
key="profile.wallet"
|
||||
tabLabel={
|
||||
estimatedWalletValue
|
||||
? `${currencySymbol} ${(estimatedWalletValue * currencyRate).toFixed()}`
|
||||
? `${currencySymbol} ${(estimatedWalletValue * currencyRate).toFixed(2)}`
|
||||
: null
|
||||
}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user