mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-29 16:31:33 +00:00
fix linting for spinner component
This commit is contained in:
parent
317473c18d
commit
d28fc1beea
1 changed files with 4 additions and 1 deletions
|
@ -6,4 +6,7 @@ const mapStateToProps = state => ({
|
||||||
theme: selectTheme(state),
|
theme: selectTheme(state),
|
||||||
});
|
});
|
||||||
|
|
||||||
export default connect(mapStateToProps, null)(Spinner);
|
export default connect(
|
||||||
|
mapStateToProps,
|
||||||
|
null
|
||||||
|
)(Spinner);
|
||||||
|
|
Loading…
Add table
Reference in a new issue