Skip to content

Commit

Permalink
feat: show bridged amount twice on confirmation screen, once for send…
Browse files Browse the repository at this point in the history
… amount, once for receive amount
  • Loading branch information
coffeexcoin committed Feb 3, 2025
1 parent 343b9a9 commit c9b25aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/transactions/Deposit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
:address="transaction!.from.address"
:destination="transaction!.from.destination"
/>
<TransactionSummaryTokenEntry label="You receive" :token="transaction!.token" />
<TransactionSummaryAddressEntry
label="To"
:address="transaction!.to.address"
Expand Down

0 comments on commit c9b25aa

Please sign in to comment.