diff --git a/src/components/VirtualLotteryRegistrationPage.vue b/src/components/VirtualLotteryRegistrationPage.vue
index 7e0d12a..7122375 100644
--- a/src/components/VirtualLotteryRegistrationPage.vue
+++ b/src/components/VirtualLotteryRegistrationPage.vue
@@ -4,18 +4,14 @@
@@ -28,24 +24,17 @@
-
@@ -77,12 +60,7 @@
-
+
@@ -186,7 +164,7 @@ export default {
},
methods: {
setWithRandomColors(colors) {
- Object.keys(colors).forEach(color => this[color] = colors[color])
+ Object.keys(colors).forEach(color => (this[color] = colors[color]));
},
sendAttendee: async function() {
let response = await addAttendee({
@@ -406,7 +384,6 @@ button {
& .ballots-container {
display: flex;
justify-content: center;
- align-items: center;
}
& .name-and-phone {