diff --git a/components/status/StatusPoll.vue b/components/status/StatusPoll.vue index e59e72be..b90c77ad 100644 --- a/components/status/StatusPoll.vue +++ b/components/status/StatusPoll.vue @@ -57,7 +57,7 @@ const votersCount = $computed(() => poll.votersCount ?? poll.votesCount ?? 0)
@@ -67,7 +67,7 @@ const votersCount = $computed(() => poll.votersCount ?? poll.votesCount ?? 0) {{ formatPercentage(votersCount > 0 ? (option.votesCount || 0) / votersCount : 0) }}
-
+