From af41877a4e09f93624810664de50bc62e782af90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 31 Oct 2023 20:13:55 +0100 Subject: [PATCH] Always display poll option title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/components/polls/poll-option.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/polls/poll-option.tsx b/src/components/polls/poll-option.tsx index f27a81e64..760945ff9 100644 --- a/src/components/polls/poll-option.tsx +++ b/src/components/polls/poll-option.tsx @@ -122,7 +122,7 @@ const PollOption: React.FC = (props): JSX.Element | null => { return (
{showResults ? ( -
+