diff --git a/apps/explorer/src/app/hooks/use-fetch.tsx b/apps/explorer/src/app/hooks/use-fetch.tsx index 091033708..84f3207e2 100644 --- a/apps/explorer/src/app/hooks/use-fetch.tsx +++ b/apps/explorer/src/app/hooks/use-fetch.tsx @@ -73,6 +73,7 @@ function useFetch( void fetchData(); + // Do nothing if the url is not given // eslint-disable-next-line react-hooks/exhaustive-deps }, [url]);