mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-26 04:33:01 +01:00
Fixed eslint error.
This commit is contained in:
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…
Reference in New Issue
Block a user