diff --git a/apps/explorer/src/app/hooks/use-fetch.tsx b/apps/explorer/src/app/hooks/use-fetch.tsx index 6851e838c..091033708 100644 --- a/apps/explorer/src/app/hooks/use-fetch.tsx +++ b/apps/explorer/src/app/hooks/use-fetch.tsx @@ -83,7 +83,6 @@ function useFetch( return () => { cancelRequest.current = true; }; - // Do nothing if the url is not given }, [fetchCallback]); return {