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
+ )
+ }}
+