fix linting for fileDetail component
This commit is contained in:
parent
4d2f0ae3ce
commit
76b7181496
1 changed files with 4 additions and 1 deletions
|
@ -19,4 +19,7 @@ const perform = dispatch => ({
|
|||
openFolder: path => dispatch(doOpenFileInFolder(path)),
|
||||
});
|
||||
|
||||
export default connect(select, perform)(FileDetails);
|
||||
export default connect(
|
||||
select,
|
||||
perform
|
||||
)(FileDetails);
|
||||
|
|
Loading…
Add table
Reference in a new issue