Fixed eslint error.
This commit is contained in:
parent
f6bcadfeec
commit
ac4617ae51
|
@ -17,8 +17,7 @@ function createMapStateToProps() {
|
||||||
unknownErrors,
|
unknownErrors,
|
||||||
unknownWarnings,
|
unknownWarnings,
|
||||||
count,
|
count,
|
||||||
totalCount,
|
totalCount
|
||||||
unknownCount
|
|
||||||
} = status.item;
|
} = status.item;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -38,8 +38,8 @@ class PathInputConnector extends Component {
|
||||||
// Listeners
|
// Listeners
|
||||||
|
|
||||||
onFetchPaths = (path) => {
|
onFetchPaths = (path) => {
|
||||||
this.props.fetchPaths({
|
this.props.fetchPaths({
|
||||||
path,
|
path,
|
||||||
includeFiles: this.props.includeFiles
|
includeFiles: this.props.includeFiles
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue