From 677482639de34b84f1d37e1164d5dfdde59e4edd Mon Sep 17 00:00:00 2001 From: Sakurasan <26715255+Sakurasan@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=BF=E5=9D=97=E8=B5=84=E9=87=91=E6=B5=81?= =?UTF-8?q?=E5=90=91=E9=BB=98=E8=AE=A4=E6=8C=89=E5=8D=87=E5=BA=8F=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/sectors.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],