completionId: cgen-789d51275dcb480eb9f9950cfd0cb40e

cgen-789d51275dcb480eb9f9950cfd0cb40e
This commit is contained in:
Builder.io 2025-11-06 23:42:43 +00:00
parent 4f2e4ee250
commit 9604e91ad8

View file

@ -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("");