diff --git a/screen/wallets/reorderWallets.js b/screen/wallets/reorderWallets.js index d1e8571b6..ea0321f63 100644 --- a/screen/wallets/reorderWallets.js +++ b/screen/wallets/reorderWallets.js @@ -152,7 +152,7 @@ export default class ReorderWallets extends Component { color: '#fff', }} > - {loc.formatBalance(item.getBalance())} + {loc.formatBalance(Number(item.getBalance()), item.getPreferredBalanceUnit())} - {loc.formatBalance(item.getBalance())} + {loc.formatBalance(Number(item.getBalance()), item.getPreferredBalanceUnit())}