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),
|
||||
});
|
||||
|
||||
export default connect(select, perform)(SnackBar);
|
||||
export default connect(
|
||||
select,
|
||||
perform
|
||||
)(SnackBar);
|
||||
|
|
Loading…
Reference in a new issue