Skip to content

Commit

Permalink
fix: double query
Browse files Browse the repository at this point in the history
  • Loading branch information
icai committed Sep 19, 2024
1 parent f493e7c commit 55a4d5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/topic/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const Topic: React.FC = () => {

useEffect(() => {
dispatch(authCheckState());
fetchTopic();
}, [dispatch]);


Expand Down

0 comments on commit 55a4d5a

Please sign in to comment.