Fix dropdown text

th-downstream
ncls7615 7 years ago
parent e6049e6fd0
commit 327c9e96e0

@ -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…
Cancel
Save