Skip to content

Commit

Permalink
webiste: fix eslint config error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 26, 2023
1 parent dce305b commit 31e30c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/hook/useFetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export function useFetch<T>(url: string, options?: RequestInit): UseFetchResult<
return () => {
mounted = false;
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

return { response, error };
Expand Down

0 comments on commit 31e30c4

Please sign in to comment.