From c000a938de1770d1d1b14032572105bf4e6bcc17 Mon Sep 17 00:00:00 2001 From: Lawrence Kwok Date: Wed, 25 Sep 2024 03:30:50 -1000 Subject: [PATCH] Removing Unrelated Surveys Removed the placeholder unrelated surveys and removed the additional margin separation from Step 3 --- src/pages/polis.tsx | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/src/pages/polis.tsx b/src/pages/polis.tsx index 9e3fb53..68f20b3 100644 --- a/src/pages/polis.tsx +++ b/src/pages/polis.tsx @@ -28,30 +28,7 @@ const Polis: NextPage = () => { <> -
- {surveys?.map(({ id, title }, index) => { - return ( -
-
- - - -
-
- ); - })} -
-
+