From 410548603fddaea66d8613be0ee5496ef3b8d76c Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 14 Dec 2022 17:11:16 +0800 Subject: [PATCH] Fix check icon not appearing for own-voted poll choices --- src/components/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index a8980da..0d2db25 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -301,7 +301,7 @@ function Poll({ poll }) { {voted && ownVotes.includes(i) && ( <> {' '} - + )}