diff --git a/frontend/devices/components/hardware_settings.tsx b/frontend/devices/components/hardware_settings.tsx index 0bd20fe45..4ea056b2d 100644 --- a/frontend/devices/components/hardware_settings.tsx +++ b/frontend/devices/components/hardware_settings.tsx @@ -28,7 +28,7 @@ export class HardwareSettings extends bot, dispatch, sourceFwConfig, controlPanelState, firmwareConfig, firmwareHardware, resources } = this.props; - const botOnline = !isBotOnlineFromState(bot); + const botOnline = isBotOnlineFromState(bot); const commonProps = { dispatch, controlPanelState }; return