Progress
This commit is contained in:
@@ -15,7 +15,8 @@ const notificationForScreenReader = (intl, message, timestamp) => {
|
||||
return output.join(', ');
|
||||
};
|
||||
|
||||
export default @injectIntl
|
||||
export default
|
||||
@injectIntl
|
||||
class Notification extends ImmutablePureComponent {
|
||||
|
||||
static contextTypes = {
|
||||
|
||||
@@ -10,7 +10,8 @@ const messages = defineMessages({
|
||||
filterMentions: { id: 'notifications.filter.mentions', defaultMessage: 'Mentions' },
|
||||
});
|
||||
|
||||
export default @injectIntl
|
||||
export default
|
||||
@injectIntl
|
||||
class NotificationFilterBar extends PureComponent {
|
||||
|
||||
static propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user