Fix typo and crash in StatusIcons

lolsob-rspec
Thibaut Girka 2019-07-18 09:40:45 +02:00 committed by ThibG
parent 5eca68102a
commit 0530c8d3b8
1 changed files with 1 additions and 1 deletions

View File

@ -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':