Merge commit '34225d7199
' into kb_migration
This commit is contained in:
commit
76340285d6
168 changed files with 965 additions and 611 deletions
|
@ -35,7 +35,6 @@ const notificationForScreenReader = (intl, message, timestamp) => {
|
|||
return output.join(', ');
|
||||
};
|
||||
|
||||
export default @injectIntl
|
||||
class Notification extends ImmutablePureComponent {
|
||||
|
||||
static contextTypes = {
|
||||
|
@ -490,3 +489,5 @@ class Notification extends ImmutablePureComponent {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
export default injectIntl(Notification);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue