Skip to content

Commit 31e30c4

Browse files
committed
webiste: fix eslint config error.
1 parent dce305b commit 31e30c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/src/hook/useFetch.ts

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export function useFetch<T>(url: string, options?: RequestInit): UseFetchResult<
2828
return () => {
2929
mounted = false;
3030
};
31-
// eslint-disable-next-line react-hooks/exhaustive-deps
3231
}, []);
3332

3433
return { response, error };

0 commit comments

Comments
 (0)