From cf932a378fb2b2139a99ea263021f892db8123c8 Mon Sep 17 00:00:00 2001 From: Massedil Date: Fri, 27 Jun 2025 19:12:39 +0200 Subject: [PATCH] fix: Hide the number of participant in GroupView Fixes #1747 --- src/components/Event/EventMinimalistCard.vue | 45 ++++++++++---------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/src/components/Event/EventMinimalistCard.vue b/src/components/Event/EventMinimalistCard.vue index ba563e18a..9b17c774d 100644 --- a/src/components/Event/EventMinimalistCard.vue +++ b/src/components/Event/EventMinimalistCard.vue @@ -84,7 +84,7 @@ {{ organizerDisplayName(event) }} -

+

{{ @@ -112,29 +112,28 @@ ) }} - - - {{ - $t( - "{count} requests waiting", - - { - count: event.participantStats.notApproved, - }, - event.participantStats.notApproved - ) - }} - -

+ + {{ + $t( + "{count} requests waiting", + + { + count: event.participantStats.notApproved, + }, + event.participantStats.notApproved + ) + }} +