diff --git a/src/hooks/useVotedProposals.ts b/src/hooks/useVotedProposals.ts index 2a749ef69..7a0b66aa8 100644 --- a/src/hooks/useVotedProposals.ts +++ b/src/hooks/useVotedProposals.ts @@ -11,7 +11,7 @@ function useVotedProposals(address: string, first?: number) { const [skip, setSkip] = useState(0) const { data: responseVotes, isLoading } = useQuery({ - queryKey: [`votedProposals#${address}#${first}`], + queryKey: [`votedProposals#${address}#${first}#${skip}`], queryFn: async () => { if (!isEthereumAddress(address)) { return [] diff --git a/src/intl/en.json b/src/intl/en.json index 4d4ef9290..0c73d86b9 100644 --- a/src/intl/en.json +++ b/src/intl/en.json @@ -1138,18 +1138,6 @@ "empty_update": "When the team publishes their first update, it will appear here.", "cliff_notice": "No funds vested until" }, - "proposal_activity": { - "title": "Decentraland DAO", - "description": "The governance hub for Decentraland. Create and vote on proposals that help shape the future of the metaverse.", - "list_proposals": "my proposals", - "list_watchlist": "watchlist", - "current_result": "current result", - "no_proposals_subscriptions": "You haven't subscribed to any proposal yet.", - "no_proposals_subscriptions_action": "Browse proposals", - "no_proposals_submitted": "You haven't submitted any proposal yet.", - "no_proposals_submitted_action": "Create a proposal", - "no_proposals_coauthoring": "You don’t have active co-authoring requests currently." - }, "proposal_comments": { "title": "{count} {count, plural, one {Comment} other {Comments}}", "join_discussion_label": "Join the discussion",