We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5ce62b + 3e12e74 commit f9aaa39Copy full SHA for f9aaa39
govtool/frontend/src/components/organisms/DashboardGovernanceActions.tsx
@@ -99,7 +99,7 @@ export const DashboardGovernanceActions = () => {
99
filters: stableFilters,
100
sorting: stableSorting,
101
searchPhrase: debouncedSearchText,
102
- enabled: true,
+ enabled: voter?.isRegisteredAsDRep || voter?.isRegisteredAsSoleVoter,
103
});
104
const { data: votes, areDRepVotesLoading } = useGetDRepVotesQuery(
105
queryFilters,
0 commit comments