mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
small mistake in the UIs, noticed due to conflict (#16122)
This commit is contained in:
@@ -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
Reference in New Issue
Block a user