Removed //eslint-disable-line
This commit is contained in:
parent
4868267669
commit
6fa02bf79b
@ -122,9 +122,9 @@ class App extends React.Component {
|
||||
config,
|
||||
children,
|
||||
collections,
|
||||
runCommand, // eslint-disable-line
|
||||
navigateToCollection, // eslint-disable-line
|
||||
createNewEntryInCollection, // eslint-disable-line
|
||||
runCommand,
|
||||
navigateToCollection,
|
||||
createNewEntryInCollection,
|
||||
} = this.props;
|
||||
|
||||
if (config === null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user