diff --git a/packages/commonwealth/client/scripts/views/pages/discussions/HeaderWithFilters/HeaderWithFilters.tsx b/packages/commonwealth/client/scripts/views/pages/discussions/HeaderWithFilters/HeaderWithFilters.tsx index e9d38a2688f..2b354108848 100644 --- a/packages/commonwealth/client/scripts/views/pages/discussions/HeaderWithFilters/HeaderWithFilters.tsx +++ b/packages/commonwealth/client/scripts/views/pages/discussions/HeaderWithFilters/HeaderWithFilters.tsx @@ -76,7 +76,7 @@ export const HeaderWithFilters = ({ useCommunityContests(); const { data: community } = useGetCommunityByIdQuery({ - id: app.activeChainId(), + id: app.activeChainId() || '', enabled: !!app.activeChainId(), includeNodeInfo: true, });