diff --git a/frontend/src/components/ElectionComponent.vue b/frontend/src/components/ElectionComponent.vue
index 278da4c0..775faf25 100644
--- a/frontend/src/components/ElectionComponent.vue
+++ b/frontend/src/components/ElectionComponent.vue
@@ -1,41 +1,38 @@
-
-
+
-
-
-
-
-
-
- {{capitalizeFirstLetter(formatDate(election.start, 'numeric').substring(3, 11))}}
- {{formatTime(election.start)}}
-
-
-
- {{capitalizeFirstLetter(formatDate(election.end, 'numeric').substring(3, 11))}}
- {{formatTime(election.end)}}
-
+ {{capitalizeFirstLetter(formatDate(election.start, 'numeric').substring(3, 11))}}
+
+ {{formatTime(election.start)}}
+
+ {{capitalizeFirstLetter(formatDate(election.end, 'numeric').substring(3, 11))}}
+
+ {{formatTime(election.end)}}
+