diff --git a/client/src/page/community/CommunityPost.js b/client/src/page/community/CommunityPost.js index 69812162..32d9f788 100644 --- a/client/src/page/community/CommunityPost.js +++ b/client/src/page/community/CommunityPost.js @@ -62,7 +62,7 @@ const Commpost = () => { return ( {currentItems && - currentItems.map((el) => ( + currentItems.map((el, index) => (