fix linting for button component
This commit is contained in:
parent
aee048e726
commit
3ca5f7a2e9
1 changed files with 4 additions and 1 deletions
|
@ -6,4 +6,7 @@ const perform = dispatch => ({
|
|||
doNavigate: (path, params) => dispatch(doNavigate(path, params)),
|
||||
});
|
||||
|
||||
export default connect(null, perform)(Button);
|
||||
export default connect(
|
||||
null,
|
||||
perform
|
||||
)(Button);
|
||||
|
|
Loading…
Reference in a new issue