Fixed eslint error.

pull/3019/head
Taloth Saldono 6 years ago
parent f6bcadfeec
commit ac4617ae51

@ -17,8 +17,7 @@ function createMapStateToProps() {
unknownErrors,
unknownWarnings,
count,
totalCount,
unknownCount
totalCount
} = status.item;
return {

@ -38,8 +38,8 @@ class PathInputConnector extends Component {
// Listeners
onFetchPaths = (path) => {
this.props.fetchPaths({
path,
this.props.fetchPaths({
path,
includeFiles: this.props.includeFiles
});
}

Loading…
Cancel
Save