Upgrade ESLint to v5.x (#9694)
This commit is contained in:
committed by
Eugen Rochko
parent
70be301d69
commit
dc84899fff
@ -10,8 +10,7 @@ const messages = defineMessages({
|
||||
});
|
||||
|
||||
const makeMapStateToProps = () => {
|
||||
const mapStateToProps = (state, { }) => ({
|
||||
});
|
||||
const mapStateToProps = () => ({});
|
||||
|
||||
return mapStateToProps;
|
||||
};
|
||||
|
Reference in New Issue
Block a user