Update apps/explorer/src/app/hooks/use-fetch.tsx

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
This commit is contained in:
Sam Keen 2022-03-03 14:38:57 +00:00 committed by Dexter Edwards
parent 4734131780
commit 329098bf02

View File

@ -83,7 +83,6 @@ function useFetch<T = unknown>(
return () => {
cancelRequest.current = true;
};
// Do nothing if the url is not given
}, [fetchCallback]);
return {