Skip to content

Commit

Permalink
fix: preselected token
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Apr 27, 2023
1 parent aecdbb6 commit 20ee407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/transaction/zksync/lite/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<DestinationItem
v-bind="destinations.zkSyncLite"
as="RouterLink"
:to="{ name: 'transaction-zksync-lite-send' }"
:to="{ name: 'transaction-zksync-lite-send', query: { ...$route.query } }"
description="Send inside zkSync Lite (L2) network"
/>
<DestinationItem
v-bind="destinations.ethereum"
as="RouterLink"
:to="{ name: 'transaction-zksync-lite-withdraw' }"
:to="{ name: 'transaction-zksync-lite-withdraw', query: { ...$route.query } }"
description="Withdraw to Ethereum (L1)"
/>
</CommonCardWithLineButtons>
Expand Down

0 comments on commit 20ee407

Please sign in to comment.