From a913aa0b91de80fa985b0561097b56be9b41f71e Mon Sep 17 00:00:00 2001 From: Lionell Briones Date: Wed, 19 Jul 2023 17:16:16 +0800 Subject: [PATCH] Show full topup amount --- .../WalletTopup/WalletTopupBase/WalletTopupBase.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/WalletTopup/WalletTopupBase/WalletTopupBase.vue b/src/components/WalletTopup/WalletTopupBase/WalletTopupBase.vue index 5c9348467..f5905cd65 100644 --- a/src/components/WalletTopup/WalletTopupBase/WalletTopupBase.vue +++ b/src/components/WalletTopup/WalletTopupBase/WalletTopupBase.vue @@ -91,7 +91,7 @@
{{ t('walletTopUp.receive') }}
-
+
{{ cryptoCurrencyValueDisplay || 0 }} {{ selectedCryptoCurrency.display }}
@@ -232,7 +232,7 @@ export default { return this.selectedProviderObj.validCryptoCurrenciesByChain[network] }, cryptoCurrencyValueDisplay() { - return Number.parseFloat(this.cryptoCurrencyValue).toPrecision(3).toString() + return Number.parseFloat(this.cryptoCurrencyValue).toString() }, }, watch: {