fix: network fee decimals

This commit is contained in:
Danil Kovtonyuk 2022-06-15 20:36:10 +10:00
parent 49e36e48a1
commit 0b4f3b6258
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</div>
<div v-if="withdrawType === 'relayer'" class="withdraw-data-item">
{{ $t('networkFee') }}
<span data-test="label_network_fee">{{ toDecimals(networkFee, null, 6) }} {{ networkCurrency }}</span>
<span data-test="label_network_fee">{{ toDecimals(networkFee, 18, 6) }} {{ networkCurrency }}</span>
</div>
<div v-if="withdrawType === 'relayer'" class="withdraw-data-item">
{{ $t('relayerFee') }}