From 7bf5f69fbcd798c37861cbd87afd99b4bbd6025b Mon Sep 17 00:00:00 2001 From: Steffen Date: Tue, 22 Dec 2020 11:21:14 +0100 Subject: [PATCH] fix voting issues --- src/components/Vote.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/Vote.vue b/src/components/Vote.vue index a280ac1..1bc8af7 100644 --- a/src/components/Vote.vue +++ b/src/components/Vote.vue @@ -50,7 +50,7 @@ Countdown
- Start + {{ session.lockedVote ? "Restart" : "Start" }}