Skip to content

Commit

Permalink
[transfer/bridge] open correct tab (#1366)
Browse files Browse the repository at this point in the history
* fix: bridge query parameter

* fix: revert to previous tab name
  • Loading branch information
tomjeatt authored Jun 28, 2023
1 parent 8cf597d commit 349df79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Transfer/TransferForms/TransferForms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const TransferForms = (): JSX.Element => {
<TransferForm />
</StyledFormWrapper>
</TabsItem>
<TabsItem title='Bridge' key='bridge'>
<TabsItem title='Bridge' key='crossChainTransfer'>
<StyledFormWrapper>
<CrossChainTransferForm />
</StyledFormWrapper>
Expand Down

2 comments on commit 349df79

@vercel
Copy link

@vercel vercel bot commented on 349df79 Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 349df79 Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.