Skip to content

Commit

Permalink
chore: retain src input amount after switching tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelae committed Jan 14, 2025
1 parent c5e39f4 commit 1922b06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/pages/bridge/prepare/prepare-bridge-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ const PrepareBridgePage = () => {
toChainClientId && dispatch(setActiveNetwork(toChainClientId));
toChain && dispatch(setFromChain(toChain.chainId));
dispatch(setFromToken(toToken));
dispatch(setFromTokenInputValue(null));
fromChain?.chainId && dispatch(setToChain(fromChain.chainId));
fromChain?.chainId && dispatch(setToChainId(fromChain.chainId));
dispatch(setToToken(fromToken));
Expand Down

0 comments on commit 1922b06

Please sign in to comment.