From a184f9d3193b39ae344958d63e988c9fe0960050 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 22:51:09 +0000 Subject: [PATCH] Add polls tab content cgen-b87a28864794431186d419876afcdbdb --- client/pages/Community.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 */}