diff --git a/src/routes/sectors.tsx b/src/routes/sectors.tsx index 1557a80..e65d77d 100644 --- a/src/routes/sectors.tsx +++ b/src/routes/sectors.tsx @@ -21,7 +21,7 @@ type SortKey = "mainNetInflow" | "changePercent"; function SectorsPage() { const [tab, setTab] = useState("industry"); const [sortKey, setSortKey] = useState("mainNetInflow"); - const [asc, setAsc] = useState(false); + const [asc, setAsc] = useState(true); const { data = [], isLoading, isFetching, refetch } = useQuery({ queryKey: ["sectors", tab],