From 43cea2004fbfb574a1584dc42972e7abf50bcb5c Mon Sep 17 00:00:00 2001 From: gnomadic Date: Wed, 23 Oct 2024 13:52:57 -0400 Subject: [PATCH] commenting out community collections --- .../grant-explorer/src/features/discovery/LandingPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 && ( )} - + */}