mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Fix unused parameters
This commit is contained in:
@@ -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
|
||||
}, () => {
|
||||
|
||||
Reference in New Issue
Block a user