small mistake in the UIs, noticed due to conflict (#16122)

This commit is contained in:
Kashargul
2024-07-22 05:13:31 +10:00
committed by GitHub
parent b8ad3241bb
commit 18e64c5550
2 changed files with 2 additions and 2 deletions
@@ -218,7 +218,7 @@ export const ShuttleControlConsoleWeb = (props) => {
<LabeledList>
{Object.keys(sensors!).map((key, index) => {
const sensor = sensors![key];
if (sensor.reading !== -1) {
if (!sensor.reading) {
return (
<LabeledList.Item key={index} label={key} color="bad">
Unable to get sensor air reading.
File diff suppressed because one or more lines are too long