Skip to content

Commit

Permalink
Merge pull request #2035 from galacticcouncil/loading-referendas
Browse files Browse the repository at this point in the history
Fix loading referendas
  • Loading branch information
vkulinich-cl authored Jan 13, 2025
2 parents bcf0024 + e83d06e commit 8251f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8251f6d

Please sign in to comment.