diff --git a/ui/pages/bridge/prepare/prepare-bridge-page.tsx b/ui/pages/bridge/prepare/prepare-bridge-page.tsx index 653f8869d84f..bc288611f4f4 100644 --- a/ui/pages/bridge/prepare/prepare-bridge-page.tsx +++ b/ui/pages/bridge/prepare/prepare-bridge-page.tsx @@ -489,7 +489,6 @@ const PrepareBridgePage = () => { : undefined; toChainClientId && dispatch(setActiveNetwork(toChainClientId)); dispatch(setFromToken(toToken)); - dispatch(setFromTokenInputValue(null)); fromChain?.chainId && dispatch(setToChain(fromChain.chainId)); fromChain?.chainId && dispatch(setToChainId(fromChain.chainId)); dispatch(setToToken(fromToken));