'minor change'

This commit is contained in:
Chris-MS-896 2020-12-22 22:11:24 -06:00
parent 1c8deb1fcc
commit 3c25788e72
2 changed files with 4 additions and 4 deletions

View File

@ -806,7 +806,7 @@ export class SettingsComponent extends React.Component<SettingsComponentProps, S
return alert("The value should not small than 400"); return alert("The value should not small than 400");
} }
this.setState({ throughput: newThroughput }); this.setState({ throughput: newThroughput });
} };
private onAutoPilotSelected = (isAutoPilotSelected: boolean): void => private onAutoPilotSelected = (isAutoPilotSelected: boolean): void =>
this.setState({ isAutoPilotSelected: isAutoPilotSelected }); this.setState({ isAutoPilotSelected: isAutoPilotSelected });