Fix warnings relating to unused values (#196)

This commit is contained in:
rjwats
2020-09-01 11:57:32 +01:00
committed by GitHub
parent 3d50cab9b7
commit 2ed5d26b4e
8 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@ class OTASettingsForm extends React.Component<OTASettingsFormProps> {
}
render() {
const { data, handleValueChange, saveData, loadData } = this.props;
const { data, handleValueChange, saveData } = this.props;
return (
<ValidatorForm onSubmit={saveData}>
<BlockFormControlLabel