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: {