From 6d8a8ecb3909e960de2d8bac15d1c247f97f7450 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 28 May 2023 23:27:17 +0800 Subject: [PATCH] comment out components/Home/ FacebookPosts/Cardlist due to an error in Cardlist list.map is not a function --- components/Home/FacebookPosts/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Home/FacebookPosts/index.jsx b/components/Home/FacebookPosts/index.jsx index e0b355f3..2ba90240 100644 --- a/components/Home/FacebookPosts/index.jsx +++ b/components/Home/FacebookPosts/index.jsx @@ -81,12 +81,12 @@ const Guide = () => { isLoading={isLoadingInstagramPosts} direction="right" /> - + /> */} ); };