mirror of
https://github.com/funamitech/mastodon
synced 2024-11-30 15:58:28 +09:00
Fix dropdown text
This commit is contained in:
parent
9fa79bc317
commit
cf5789146b
@ -104,7 +104,10 @@ export default class ComposerOptionsDropdownContentItem extends React.PureCompon
|
||||
<strong>{text}</strong>
|
||||
{meta}
|
||||
</div>
|
||||
) : <div className='content'>{text}</div>}
|
||||
) :
|
||||
<div className='content'>
|
||||
<strong>{text}</strong>
|
||||
</div>}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user