Skip to content

Commit

Permalink
fix: do not show symbol for gasUsed
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Jun 25, 2024
1 parent 78b44c5 commit 227fa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/aeternity/components/TransferReview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<template #value>
<TokenAmount
:amount="transferData.gasUsed"
:symbol="AE_SYMBOL"
symbol=" "
:protocol="PROTOCOLS.aeternity"
hide-fiat
/>
Expand Down

0 comments on commit 227fa42

Please sign in to comment.