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