diff --git a/src/components/SwapForm/index.tsx b/src/components/SwapForm/index.tsx index f8d0c3a341..a5a6d7ee28 100644 --- a/src/components/SwapForm/index.tsx +++ b/src/components/SwapForm/index.tsx @@ -245,7 +245,12 @@ const SwapForm: React.FC = props => { )} )} - currencyIn && onChangeCurrencyOut(currencyIn)} /> + { + currencyIn && onChangeCurrencyOut(currencyIn) + routeSummary && onUserInput(routeSummary.parsedAmountOut.toExact()) + }} + />