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),
|
||||
});
|
||||
|
||||
export default connect(mapStateToProps, null)(Spinner);
|
||||
export default connect(
|
||||
mapStateToProps,
|
||||
null
|
||||
)(Spinner);
|
||||
|
|
Loading…
Add table
Reference in a new issue