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> |             <strong>{text}</strong> | ||||||
|             {meta} |             {meta} | ||||||
|           </div> |           </div> | ||||||
|         ) : <div className='content'>{text}</div>} |         ) : | ||||||
|  |           <div className='content'> | ||||||
|  |             <strong>{text}</strong> | ||||||
|  |           </div>} | ||||||
|       </div> |       </div> | ||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user