Fix boost icon not being displayed in boost notifications
parent
7d4a48208e
commit
8c024a2a72
|
@ -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 New Issue