From 78b8b441ba8bd4a9c79fd98dd164cca3782a949a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Sun, 2 Jul 2023 20:12:24 +0200 Subject: [PATCH] fix(ui): do not show poll expiration if missing (#2176) --- 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 23b4b6bd..c296af28 100644 --- a/components/status/StatusPoll.vue +++ b/components/status/StatusPoll.vue @@ -77,7 +77,7 @@ const votersCount = $computed(() => poll.votersCount ?? poll.votesCount ?? 0) :count="poll.votesCount" /> · - +