flip bot online boolean

pull/1735/head
Gabriel Burnworth 2020-03-18 13:09:11 -07:00 committed by GitHub
parent 82f2fbef90
commit d7de315c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <Widget className="hardware-widget">
<WidgetHeader title={t("Hardware")} helpText={ToolTips.HW_SETTINGS}>