From 9604e91ad8140501077199249ea46e542d3084cf Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 23:42:43 +0000 Subject: [PATCH] completionId: cgen-789d51275dcb480eb9f9950cfd0cb40e cgen-789d51275dcb480eb9f9950cfd0cb40e --- client/pages/Community.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index ca843a97..5102c7f8 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -647,7 +647,7 @@ function PollCard({ poll, selectedOption, onSelect }: PollCardProps) { } export default function Community() { - const { profile } = useAuth(); + const { profile, user } = useAuth(); const [isLoading, setIsLoading] = useState(true); const toastShownRef = useRef(false); const [knowledgeQuery, setKnowledgeQuery] = useState("");