Skip to content

Commit

Permalink
comment out components/Home/ FacebookPosts/Cardlist due to an error …
Browse files Browse the repository at this point in the history
…in Cardlist list.map is not a function
  • Loading branch information
vincentxuu committed May 28, 2023
1 parent b643cf7 commit 6d8a8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Home/FacebookPosts/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ const Guide = () => {
isLoading={isLoadingInstagramPosts}
direction="right"
/>
<CardList
{/* <CardList
title="📌 FaceBook 社團貼文"
list={groupPosts}
isLoading={isLoadingGroupPosts}
direction="left"
/>
/> */}
</GuideWrapper>
);
};
Expand Down

0 comments on commit 6d8a8ec

Please sign in to comment.