Skip to content

Commit

Permalink
Merge pull request #95 from zkLinkProtocol/fix/update_deposit_ui
Browse files Browse the repository at this point in the history
fix: ui issue for deposit merge page
  • Loading branch information
zkLeonardo authored Apr 12, 2024
2 parents 73f4054 + 555a7e2 commit b79fc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/transactions/Deposit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<CommonCardWithLineButtons>
<TransactionSummaryTokenEntry label="You deposit" :token="transaction!.token" />
<TransactionSummaryAddressEntry
v-if="isMerge"
v-if="mergeSupported && isMerge"
label="You Receive"
:address="mergeTokenInfo?.mergeToken"
:destination="{iconUrl: transaction!.token.iconUrl}"
Expand Down

0 comments on commit b79fc0a

Please sign in to comment.