Always display poll option title
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -122,7 +122,7 @@ const PollOption: React.FC<IPollOption> = (props): JSX.Element | null => {
|
||||
return (
|
||||
<div key={option.title}>
|
||||
{showResults ? (
|
||||
<div title={voted ? message : undefined}>
|
||||
<div title={message}>
|
||||
<HStack
|
||||
justifyContent='between'
|
||||
alignItems='center'
|
||||
|
||||
Reference in New Issue
Block a user