Skip to content

Commit

Permalink
Increase votes loaded to fix voted indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Oct 13, 2023
1 parent 0507cb5 commit 30fbd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export const PROFILES_QUERY = gql`

export const USER_VOTED_PROPOSAL_IDS_QUERY = gql`
query Votes($voter: String!, $proposals: [String]!) {
votes(where: { voter: $voter, proposal_in: $proposals }) {
votes(first: 1000, where: { voter: $voter, proposal_in: $proposals }) {
proposal {
id
}
Expand Down

0 comments on commit 30fbd11

Please sign in to comment.