diff --git a/src/components/WalletCard.vue b/src/components/WalletCard.vue index 6cf6d02a2..1ea3b7010 100644 --- a/src/components/WalletCard.vue +++ b/src/components/WalletCard.vue @@ -1,41 +1,50 @@ - - - - + + + + {{ $t('home.wallet_crypto', { crypto: cryptoName }) }} - + {{ address }} - - + + - + {{ $t('home.balance') }} - - {{ currency(balance, crypto, true) }} - ~{{ rate }} {{ currentCurrency }} + + + {{ xs ? calculatedBalance : calculatedFullBalance }} {{ crypto }} + + ~{{ rate }} {{ currentCurrency }} + + + {{ calculatedFullBalance }} + + - - + + - + -
+ {{ xs ? calculatedBalance : calculatedFullBalance }} {{ crypto }} + + ~{{ rate }} {{ currentCurrency }} + + + {{ calculatedFullBalance }} + +