Fix boost icon not being displayed in boost notifications
This commit is contained in:
		
							parent
							
								
									62e3f588de
								
							
						
					
					
						commit
						b5edf30160
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -108,6 +108,7 @@ export default class StatusPrepend extends React.PureComponent {
 | 
			
		|||
    case 'poll':
 | 
			
		||||
      iconId = 'tasks';
 | 
			
		||||
      break;
 | 
			
		||||
    case 'reblog':
 | 
			
		||||
    case 'reblogged_by':
 | 
			
		||||
      iconId = 'retweet';
 | 
			
		||||
      break;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue