diff --git a/src/hooks/index.ts b/src/hooks/index.ts index 423fae4..3bed30a 100644 --- a/src/hooks/index.ts +++ b/src/hooks/index.ts @@ -91,6 +91,7 @@ export const useFetchProblems = () => { queryFn: async () => axios.get("/api/problems").then((res) => res.data), refetchOnWindowFocus: false, + refetchOnMount: false, }); };