Skip to content

Commit

Permalink
Merge pull request #24574 from brave/fix-wallet-clear-input-values-be…
Browse files Browse the repository at this point in the history
…tween-bridge-and-swap

fix(wallet): Clear input values between Bridge and Swap
  • Loading branch information
Douglashdaniel authored Jul 9, 2024
2 parents d7b2068 + e2bffd2 commit 3d2493a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/brave_wallet_ui/page/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const Container = () => {
redirectRoute={defaultRedirect}
exact={true}
>
<Swap />
<Swap key='swap' />
</ProtectedRoute>

<ProtectedRoute
Expand All @@ -188,7 +188,7 @@ export const Container = () => {
redirectRoute={defaultRedirect}
exact={true}
>
<Swap />
<Swap key='bridge' />
</ProtectedRoute>

<ProtectedRoute
Expand Down

0 comments on commit 3d2493a

Please sign in to comment.