fix linting for fileAction component
This commit is contained in:
parent
256e09ac74
commit
4d2f0ae3ce
1 changed files with 4 additions and 1 deletions
|
@ -18,4 +18,7 @@ const perform = dispatch => ({
|
||||||
openModal: (modal, props) => dispatch(doNotify(modal, props)),
|
openModal: (modal, props) => dispatch(doNotify(modal, props)),
|
||||||
});
|
});
|
||||||
|
|
||||||
export default connect(select, perform)(FileActions);
|
export default connect(
|
||||||
|
select,
|
||||||
|
perform
|
||||||
|
)(FileActions);
|
||||||
|
|
Loading…
Reference in a new issue