kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'poll-title' into 'main'
Always display poll option title See merge request soapbox-pub/soapbox!2849environments/review-federation-ld0bq1/deployments/4253
commit
748b21deac
|
@ -122,7 +122,7 @@ const PollOption: React.FC<IPollOption> = (props): JSX.Element | null => {
|
||||||
return (
|
return (
|
||||||
<div key={option.title}>
|
<div key={option.title}>
|
||||||
{showResults ? (
|
{showResults ? (
|
||||||
<div title={voted ? message : undefined}>
|
<div title={message}>
|
||||||
<HStack
|
<HStack
|
||||||
justifyContent='between'
|
justifyContent='between'
|
||||||
alignItems='center'
|
alignItems='center'
|
||||||
|
|
Ładowanie…
Reference in New Issue