diff --git a/src/sections/staking/sections/dashboard/components/Referenda/Referendas.tsx b/src/sections/staking/sections/dashboard/components/Referenda/Referendas.tsx index acce7073c..e1976d8e1 100644 --- a/src/sections/staking/sections/dashboard/components/Referenda/Referendas.tsx +++ b/src/sections/staking/sections/dashboard/components/Referenda/Referendas.tsx @@ -20,7 +20,7 @@ const defaultFilter = { key: "all", label: "ALL" } export const OpenGovReferendas = () => { const { t } = useTranslation() - const { data: accountVotes = [], isLoading: isLoadingAccountVotes } = + const { data: accountVotes = [], isInitialLoading: isLoadingAccountVotes } = useAccountOpenGovVotes() const { data: referendas, isLoading: isLoadingReferendas } = useOpenGovReferendas()