diff --git a/src/components/swapv2/LimitOrder/ListOrder/index.tsx b/src/components/swapv2/LimitOrder/ListOrder/index.tsx index 2a25e42d82..834cd4c34c 100644 --- a/src/components/swapv2/LimitOrder/ListOrder/index.tsx +++ b/src/components/swapv2/LimitOrder/ListOrder/index.tsx @@ -191,7 +191,8 @@ export default function ListLimitOrder() { const onSelectTab = (type: LimitOrderStatus) => { setOrderType(type) onReset() - navigate({ search: stringify(qs) }, { replace: true }) + if (!window.location.pathname.includes(APP_PATHS.PARTNER_SWAP)) + navigate({ search: stringify(qs) }, { replace: true }) } const onChangeKeyword = (val: string) => {