Skip to content

Commit

Permalink
fix: lower activity feed items
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Feb 8, 2024
1 parent 6c6af72 commit 9b8eb53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/graphql/query/IwdActions.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ query IwdActions {
lend {
campaignActions(
campaignKey: "iwd2024",
filters: { gender: female }
filters: { gender: female },
limit: 6,
) {
totalCount
values {
Expand Down

0 comments on commit 9b8eb53

Please sign in to comment.