diff --git a/src/components/Discussion/DiscussionListItem.vue b/src/components/Discussion/DiscussionListItem.vue
index cd3983b23..a55aaeffe 100644
--- a/src/components/Discussion/DiscussionListItem.vue
+++ b/src/components/Discussion/DiscussionListItem.vue
@@ -15,11 +15,9 @@
"
>
diff --git a/src/components/Event/EventCard.vue b/src/components/Event/EventCard.vue
index ec08e93c7..cacade9f1 100644
--- a/src/components/Event/EventCard.vue
+++ b/src/components/Event/EventCard.vue
@@ -88,11 +88,9 @@
>
@@ -107,7 +105,7 @@
:physical-address="event.physicalAddress"
/>
diff --git a/src/components/Event/EventParticipationCard.vue b/src/components/Event/EventParticipationCard.vue
index 7f41c8f48..dedf4c157 100644
--- a/src/components/Event/EventParticipationCard.vue
+++ b/src/components/Event/EventParticipationCard.vue
@@ -11,11 +11,9 @@
v-if="participation.actor.avatar"
>
@@ -103,11 +101,9 @@
diff --git a/src/components/Event/OrganizerPickerWrapper.vue b/src/components/Event/OrganizerPickerWrapper.vue
index b898ae79e..5fb1e5d99 100644
--- a/src/components/Event/OrganizerPickerWrapper.vue
+++ b/src/components/Event/OrganizerPickerWrapper.vue
@@ -44,12 +44,10 @@
@click="isComponentModalActive = true"
>
@@ -99,11 +97,9 @@
diff --git a/src/components/Event/ParticipationButton.vue b/src/components/Event/ParticipationButton.vue
index d5dcd84ac..4fe6c30c7 100644
--- a/src/components/Event/ParticipationButton.vue
+++ b/src/components/Event/ParticipationButton.vue
@@ -92,11 +92,9 @@
diff --git a/src/components/Group/GroupMemberCard.vue b/src/components/Group/GroupMemberCard.vue
index 057fd9f56..63a00b8d1 100644
--- a/src/components/Group/GroupMemberCard.vue
+++ b/src/components/Group/GroupMemberCard.vue
@@ -6,12 +6,10 @@
>
{{ displayNameAndUsername(member.actor) }}
diff --git a/src/views/Admin/AdminGroupProfile.vue b/src/views/Admin/AdminGroupProfile.vue
index 32795b074..aebcb9160 100644
--- a/src/views/Admin/AdminGroupProfile.vue
+++ b/src/views/Admin/AdminGroupProfile.vue
@@ -123,11 +123,9 @@
>
diff --git a/src/views/Event/EditView.vue b/src/views/Event/EditView.vue
index 0f1d15eb2..ec22e3818 100644
--- a/src/views/Event/EditView.vue
+++ b/src/views/Event/EditView.vue
@@ -504,7 +504,7 @@