diff --git a/src/pages/dex/orders/index.tsx b/src/pages/dex/orders/index.tsx index b2ac204..ec3e688 100644 --- a/src/pages/dex/orders/index.tsx +++ b/src/pages/dex/orders/index.tsx @@ -76,6 +76,8 @@ function Orders() { const [totalOrdersCount, setTotalOrdersCount] = useState(undefined); const [orderPageLoading, setOrderPageLoading] = useState(false); + const isFinishedCategory = categoryState.code === 'history'; + function deriveGetUserOrdersFiltersFromState() { const status = categoryState.code === 'active-orders' @@ -436,9 +438,11 @@ function Orders() { - + {!isFinishedCategory && ( + + )}