Skip to content

Commit

Permalink
Merge pull request #6319 from Ocelot-Social-Community/6307-group-list…
Browse files Browse the repository at this point in the history
…-number-to-six

fix(webapp): fix group list number to six
  • Loading branch information
entermex authored Jun 1, 2023
2 parents 691226e + 9176cbf commit a4f84b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/pages/groups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
Group: [],
groupFilter: { isMember: true },
tabActive: 'myGroups',
pageSize: 5,
pageSize: 6,
activePage: 0,
myGroupsCount: 0,
allGroupsCount: 0,
Expand Down

0 comments on commit a4f84b0

Please sign in to comment.