mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-05 17:31:12 +00:00
Merge 7f5ea3c8f8
into 14cb5ff881
This commit is contained in:
commit
b5e6aa6692
|
@ -86,13 +86,15 @@ class CompareHistoryModal extends PureComponent {
|
|||
<ul>
|
||||
{currentVersion.getIn(['poll', 'options']).map(option => (
|
||||
<li key={option.get('title')}>
|
||||
<span className='poll__input disabled' />
|
||||
|
||||
<label className='poll__option editable'>
|
||||
{/* FIXME: does not support multiple choice, #35632 */}
|
||||
<span className='poll__input' />
|
||||
<span
|
||||
className='poll__option__text translate'
|
||||
dangerouslySetInnerHTML={{ __html: emojify(escapeTextContentForBrowser(option.get('title')), emojiMap) }}
|
||||
lang={language}
|
||||
/>
|
||||
</label>
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue
Block a user