missed a semicolon
This commit is contained in:
@@ -48,7 +48,7 @@ const makeMapStateToProps = () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
return mapStateToProps;
|
return mapStateToProps;
|
||||||
}
|
};
|
||||||
|
|
||||||
@injectIntl
|
@injectIntl
|
||||||
@connect(makeMapStateToProps)
|
@connect(makeMapStateToProps)
|
||||||
|
Reference in New Issue
Block a user