missed a semicolon
parent
be50e45a74
commit
14aae9c05c
|
@ -48,7 +48,7 @@ const makeMapStateToProps = () => {
|
|||
});
|
||||
|
||||
return mapStateToProps;
|
||||
}
|
||||
};
|
||||
|
||||
@injectIntl
|
||||
@connect(makeMapStateToProps)
|
||||
|
|
Loading…
Reference in New Issue