diff --git a/src/modules/swap/swap-send.tsx b/src/modules/swap/swap-send.tsx index 1b628808d..e94de3167 100644 --- a/src/modules/swap/swap-send.tsx +++ b/src/modules/swap/swap-send.tsx @@ -22,7 +22,6 @@ import { Tabs, TestnetAlert } from '@shared/components'; -import complexInputStyles from '@shared/components/ComplexInput/ComplexInput.module.scss'; import { NewTokenSelect } from '@shared/components/ComplexInput/new-token-select'; import { amountsAreEqual, @@ -460,16 +459,17 @@ const OrdinarySwapSend: FC = ({ className, initialAction }) => { error={touchedFieldsErrors.recipient} /> )} -
- -
-
+ + {noRouteFound && } + + {shouldShowPriceImpactWarning && ( -
+ )} + {!accountPkh && } {accountPkh && dataIsStale && !isSubmitting && (