Fix typo and crash in StatusIcons
This commit is contained in:
		
							parent
							
								
									46687a3cbd
								
							
						
					
					
						commit
						a2df11ebaf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -48,7 +48,7 @@ export default class StatusIcons extends React.PureComponent {
 | 
			
		|||
 | 
			
		||||
    switch (mediaIcon) {
 | 
			
		||||
      case 'link':
 | 
			
		||||
        return intl.formatMessages(message.previewCard);
 | 
			
		||||
        return intl.formatMessages(messages.previewCard);
 | 
			
		||||
      case 'picture-o':
 | 
			
		||||
        return intl.formatMessage(messages.pictures);
 | 
			
		||||
      case 'tasks':
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue