From d7de315c206f5529458fc869ca8210fbe6c4d4e0 Mon Sep 17 00:00:00 2001 From: Gabriel Burnworth Date: Wed, 18 Mar 2020 13:09:11 -0700 Subject: [PATCH] flip bot online boolean --- frontend/devices/components/hardware_settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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