upgrade react, react-scripts and build overrides

This commit is contained in:
Rick Watson
2019-04-14 17:03:28 +01:00
parent e36105f9f2
commit 9ee875c2a5
5 changed files with 35 additions and 28 deletions

View File

@ -79,9 +79,9 @@ class WiFiSettingsForm extends React.Component {
}
render() {
const { classes, formRef, wifiSettingsFetched, wifiSettings, errorMessage, selectedNetwork, handleValueChange, handleCheckboxChange, onSubmit, onReset } = this.props;
const { classes, wifiSettingsFetched, wifiSettings, errorMessage, selectedNetwork, handleValueChange, handleCheckboxChange, onSubmit, onReset } = this.props;
return (
<div ref={formRef}>
<div>
{
!wifiSettingsFetched ?