From 8c783204d33843292af1fb0bba92f242dba9cac0 Mon Sep 17 00:00:00 2001 From: Zaidhaan Date: Sat, 25 Feb 2023 04:39:45 +0800 Subject: [PATCH] fix: display correct percentages for multiple choice polls (#1821) --- components/status/StatusPoll.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/status/StatusPoll.vue b/components/status/StatusPoll.vue index d9410de8..e59e72be 100644 --- a/components/status/StatusPoll.vue +++ b/components/status/StatusPoll.vue @@ -57,7 +57,7 @@ const votersCount = $computed(() => poll.votersCount ?? poll.votesCount ?? 0)