diff --git a/interface/src/project/EMSESPDevicesForm.tsx b/interface/src/project/EMSESPDevicesForm.tsx index 895ea27c6..47043241d 100644 --- a/interface/src/project/EMSESPDevicesForm.tsx +++ b/interface/src/project/EMSESPDevicesForm.tsx @@ -80,7 +80,7 @@ function formatTemp(t: string) { class EMSESPDevicesForm extends Component< EMSESPDevicesFormProps, EMSESPDevicesFormState - > { +> { state: EMSESPDevicesFormState = { confirmScanDevices: false, processing: false, @@ -130,7 +130,11 @@ class EMSESPDevicesForm extends Component< onClick={() => this.handleRowClick(device.id)} > - +