diff --git a/js/src/components/Event/EventListCard.vue b/js/src/components/Event/EventListCard.vue
index ee29a958..4abac130 100644
--- a/js/src/components/Event/EventListCard.vue
+++ b/js/src/components/Event/EventListCard.vue
@@ -44,7 +44,7 @@
-
-
+
{{ $t('Edit') }}
@@ -52,12 +52,12 @@
{{ $t('Delete') }}
-
-
+
{{ $t('Manage participations') }}
-
- {{ $t('View event page') }}
+ {{ $t('View event page') }}
@@ -70,7 +70,6 @@ import { IParticipant, ParticipantRole, EventVisibility } from '@/types/event.mo
import { Component, Prop } from 'vue-property-decorator';
import DateCalendarIcon from '@/components/Event/DateCalendarIcon.vue';
import { IActor, IPerson, Person } from '@/types/actor';
-import { EventRouteName } from '@/router/event';
import { mixins } from 'vue-class-component';
import ActorMixin from '@/mixins/actor';
import { CURRENT_ACTOR_CLIENT, LOGGED_USER_PARTICIPATIONS } from '@/graphql/actor';
@@ -100,8 +99,8 @@ export default class EventListCard extends mixins(ActorMixin, EventMixin) {
currentActor!: IPerson;
ParticipantRole = ParticipantRole;
- EventRouteName = EventRouteName;
EventVisibility = EventVisibility;
+ RouteName = RouteName;
defaultOptions: IEventCardOptions = {
hideDate: true,
diff --git a/js/src/components/Logo.vue b/js/src/components/Logo.vue
index 07f52a8b..d4aff164 100644
--- a/js/src/components/Logo.vue
+++ b/js/src/components/Logo.vue
@@ -1,5 +1,5 @@
-
+