Upgrade Babel to version 7.0.0 (#5925)
This commit is contained in:
committed by
Eugen Rochko
parent
64a5561b5a
commit
0ddbccf7e6
@ -104,9 +104,9 @@ const makeMapStateToProps = () => {
|
||||
return mapStateToProps;
|
||||
};
|
||||
|
||||
@injectIntl
|
||||
export default @injectIntl
|
||||
@connect(makeMapStateToProps)
|
||||
export default class Status extends ImmutablePureComponent {
|
||||
class Status extends ImmutablePureComponent {
|
||||
|
||||
static contextTypes = {
|
||||
router: PropTypes.object,
|
||||
|
Reference in New Issue
Block a user