diff --git a/components/withdraw/WithdrawTotal.vue b/components/withdraw/WithdrawTotal.vue index eec6a51..0645129 100644 --- a/components/withdraw/WithdrawTotal.vue +++ b/components/withdraw/WithdrawTotal.vue @@ -17,7 +17,7 @@
{{ $t('networkFee') }} - {{ toDecimals(networkFee, null, 6) }} {{ networkCurrency }} + {{ toDecimals(networkFee, 18, 6) }} {{ networkCurrency }}
{{ $t('relayerFee') }}