Merge commit '34225d7199' into kb_migration

This commit is contained in:
KMY 2023-03-27 14:06:56 +09:00
commit 76340285d6
168 changed files with 965 additions and 611 deletions

View file

@ -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);