completionId: cgen-789d51275dcb480eb9f9950cfd0cb40e
cgen-789d51275dcb480eb9f9950cfd0cb40e
This commit is contained in:
parent
4f2e4ee250
commit
9604e91ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ function PollCard({ poll, selectedOption, onSelect }: PollCardProps) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function Community() {
|
export default function Community() {
|
||||||
const { profile } = useAuth();
|
const { profile, user } = useAuth();
|
||||||
const [isLoading, setIsLoading] = useState(true);
|
const [isLoading, setIsLoading] = useState(true);
|
||||||
const toastShownRef = useRef(false);
|
const toastShownRef = useRef(false);
|
||||||
const [knowledgeQuery, setKnowledgeQuery] = useState("");
|
const [knowledgeQuery, setKnowledgeQuery] = useState("");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue