diff --git a/src/components/Info/SensorWidget.tsx b/src/components/Info/SensorWidget.tsx index e6a48d90..ed124a75 100644 --- a/src/components/Info/SensorWidget.tsx +++ b/src/components/Info/SensorWidget.tsx @@ -147,7 +147,7 @@ class SensorWidget extends React.PureComponent { const mesh = portMeshMap[props.name]; if (mesh) { window.setTimeout(() => { - const idx = props.name === 'motor 3' ? 1 : 0; + const idx = props.name === 'motor 0' ? 1 : 0; ACTIVE_SPACE.unhighlight(mesh, idx); }, 1000); }