diff --git a/webapp/components/Notification/Notification.vue b/webapp/components/Notification/Notification.vue
index a9cd75f4e..9b70da794 100644
--- a/webapp/components/Notification/Notification.vue
+++ b/webapp/components/Notification/Notification.vue
@@ -9,7 +9,7 @@
{{ $t(`notifications.reason.${notification.reason}`) }}
diff --git a/webapp/pages/groups.vue b/webapp/pages/groups.vue
index 6b895de72..52366d0af 100644
--- a/webapp/pages/groups.vue
+++ b/webapp/pages/groups.vue
@@ -78,7 +78,7 @@ export default {
Group: [],
groupFilter: { isMember: true },
tabActive: 'myGroups',
- pageSize: 5,
+ pageSize: 6,
activePage: 0,
myGroupsCount: 0,
allGroupsCount: 0,