diff --git a/js/src/views/Home.vue b/js/src/views/Home.vue
index 7e64ffd10..df9e55bf7 100644
--- a/js/src/views/Home.vue
+++ b/js/src/views/Home.vue
@@ -37,10 +37,10 @@
{{ $t("Upcoming") }}
-
+
-
+
{{ $tc('You have one event today.', row[1].length, {count: row[1].length}) }}
@@ -71,7 +71,7 @@
{{ $t("Last week") }}
-
+
{{ $t('Featured events') }}
-
+
event.organizerActor && event.organizerActor.id !== this.currentActor.id);
+ return this.events.filter(({ id }) => !this.currentUserParticipations.map(({ event: { id } }) => id).includes(id));
}
geoLocalize() {