diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index a96eafce..0acc0788 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2799,6 +2799,30 @@ export default function Community() { + + + {/* Community Polls */} +
+
+ +
+ {polls.map((poll) => ( + handlePollVote(poll.id, optionId)} + /> + ))} +
+
+
+
{/* Community Stats */}