Skip to content

Commit

Permalink
fix: rm duplicate action
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelae committed Dec 16, 2024
1 parent ed86440 commit da99f2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/pages/bridge/prepare/prepare-bridge-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,6 @@ const PrepareBridgePage = () => {
input: 'token_source',
value: token.address,
});
dispatch(setFromToken(token));
dispatch(setFromTokenInputValue(null));
}}
networkProps={{
network: fromChain,
Expand Down

0 comments on commit da99f2d

Please sign in to comment.