We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52b383 commit b1eca36Copy full SHA for b1eca36
src/frontend/src/components/guild/GuildCategory/index.tsx
@@ -25,6 +25,7 @@ const GuildCategory = () => {
25
const { data } = useQuery<GuildResultData>({
26
queryKey: ['guildInfo', guildId],
27
queryFn: () => getGuild(guildId),
28
+ enabled: !!guildId,
29
});
30
31
const dropdownItems: DropdownItem[] = [
0 commit comments