From 55a4d5add308d2d7bb0182af762b2e3932065b57 Mon Sep 17 00:00:00 2001 From: Terry Cai Date: Thu, 19 Sep 2024 17:41:35 +0800 Subject: [PATCH] fix: double query --- src/pages/topic/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/topic/index.tsx b/src/pages/topic/index.tsx index e69274b..1946831 100644 --- a/src/pages/topic/index.tsx +++ b/src/pages/topic/index.tsx @@ -43,7 +43,6 @@ const Topic: React.FC = () => { useEffect(() => { dispatch(authCheckState()); - fetchTopic(); }, [dispatch]);