Shun Miyazawa 4 месяцев назад
Родитель
Сommit
5040e06b4a

+ 1 - 1
apps/app/src/features/search/client/components/PrivateLegacyPages.tsx

@@ -284,7 +284,7 @@ const PrivateLegacyPages = (): JSX.Element => {
   // biome-ignore lint/correctness/useExhaustiveDependencies: only run on mount
   useEffect(() => {
     setSearchKeyword(initQ);
-  }, [])
+  }, []);
 
   const { data, conditions, mutate } = useSWRxSearch(
     keyword,