mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-05 05:15:22 +00:00
fix linting for snackBar component
This commit is contained in:
parent
83481270f3
commit
317473c18d
1 changed files with 4 additions and 1 deletions
|
@ -10,4 +10,7 @@ const select = state => ({
|
||||||
snack: selectSnack(state),
|
snack: selectSnack(state),
|
||||||
});
|
});
|
||||||
|
|
||||||
export default connect(select, perform)(SnackBar);
|
export default connect(
|
||||||
|
select,
|
||||||
|
perform
|
||||||
|
)(SnackBar);
|
||||||
|
|
Loading…
Add table
Reference in a new issue