Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mzparacha committed Sep 10, 2024
1 parent ad2819c commit 60e9c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const HeaderWithFilters = ({
useCommunityContests();

const { data: community } = useGetCommunityByIdQuery({
id: app.activeChainId(),
id: app.activeChainId() || '',
enabled: !!app.activeChainId(),
includeNodeInfo: true,
});
Expand Down

0 comments on commit 60e9c6f

Please sign in to comment.