fix linting for router component
This commit is contained in:
parent
d443158ae9
commit
83481270f3
1 changed files with 4 additions and 1 deletions
|
@ -7,4 +7,7 @@ const select = state => ({
|
|||
currentPage: selectCurrentPage(state),
|
||||
});
|
||||
|
||||
export default connect(select, { doNotify })(Router);
|
||||
export default connect(
|
||||
select,
|
||||
{ doNotify }
|
||||
)(Router);
|
||||
|
|
Loading…
Reference in a new issue