From f3ea0ea6efac254bb311b05b517587961ca2c529 Mon Sep 17 00:00:00 2001 From: entermex Date: Fri, 19 May 2023 12:41:39 +0200 Subject: [PATCH 1/2] Fix group list number to six --- webapp/pages/groups.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From 6807b6f543c730c6800874d583d585e08f80bb12 Mon Sep 17 00:00:00 2001 From: entermex Date: Thu, 25 May 2023 13:10:32 +0200 Subject: [PATCH 2/2] Fix notification menu comment hash --- webapp/components/Notification/Notification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`) }}