This commit is contained in:
mgabdev
2020-02-25 11:04:44 -05:00
parent 32cd8e622a
commit 0bd1eb2c77
127 changed files with 332 additions and 537 deletions

View File

@@ -39,7 +39,8 @@ const mapDispatchToProps = (dispatch) => ({
},
});
export default @connect(null, mapDispatchToProps)
export default
@connect(null, mapDispatchToProps)
@injectIntl
class ActionBar extends ImmutablePureComponent {

View File

@@ -108,7 +108,8 @@ const makeMapStateToProps = () => {
return mapStateToProps;
};
export default @injectIntl
export default
@injectIntl
@connect(makeMapStateToProps)
class Status extends ImmutablePureComponent {