mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 01:11:26 +00:00
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),
|
currentPage: selectCurrentPage(state),
|
||||||
});
|
});
|
||||||
|
|
||||||
export default connect(select, { doNotify })(Router);
|
export default connect(
|
||||||
|
select,
|
||||||
|
{ doNotify }
|
||||||
|
)(Router);
|
||||||
|
|
Loading…
Add table
Reference in a new issue