Fix unused parameters

This commit is contained in:
hensm
2019-08-16 21:09:35 +01:00
parent e2eca07876
commit 14d3b2c833
21 changed files with 95 additions and 103 deletions

View File

@@ -175,7 +175,7 @@ export default class EditableList extends Component<
});
}
private handleNewItemEdit (item: string, newItem: string) {
private handleNewItemEdit (_item: string, newItem: string) {
this.setState({
addingNewItem: false
}, () => {