diff --git a/packages/grant-explorer/src/features/discovery/LandingPage.tsx b/packages/grant-explorer/src/features/discovery/LandingPage.tsx index 11caf6f96..ad8cf82b2 100644 --- a/packages/grant-explorer/src/features/discovery/LandingPage.tsx +++ b/packages/grant-explorer/src/features/discovery/LandingPage.tsx @@ -40,18 +40,18 @@ const LandingPage = () => { ); }, [roundsEndingSoon.data]); - const collections = useCollections(); + // const collections = useCollections(); return ( {/* Note: This is being revisited for GG Rounds */} - + {/* {collections.data !== undefined && ( )} - + */}