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

@ -178,8 +178,6 @@ const titleFromStatus = status => {
return `${prefix}: "${truncate(text, 30)}"`;
};
export default @injectIntl
@connect(makeMapStateToProps)
class Status extends ImmutablePureComponent {
static contextTypes = {
@ -709,3 +707,5 @@ class Status extends ImmutablePureComponent {
}
}
export default injectIntl(connect(makeMapStateToProps)(Status));