1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fixed eslint error.

This commit is contained in:
Taloth Saldono
2019-03-26 19:11:51 +01:00
parent f6bcadfeec
commit ac4617ae51
2 changed files with 3 additions and 4 deletions
@@ -38,8 +38,8 @@ class PathInputConnector extends Component {
// Listeners
onFetchPaths = (path) => {
this.props.fetchPaths({
path,
this.props.fetchPaths({
path,
includeFiles: this.props.includeFiles
});
}