diff --git a/client/src/components/ControlPanel.jsx b/client/src/components/ControlPanel.jsx index 1dd54e8..20f446c 100644 --- a/client/src/components/ControlPanel.jsx +++ b/client/src/components/ControlPanel.jsx @@ -210,13 +210,13 @@ function TurtleDetails({ turtle }) { {turtle.error && ( -
+
Error: {turtle.error}
)} {turtle.warning && ( -
+
Warning: {turtle.warning}
@@ -232,7 +232,7 @@ function TurtleDetails({ turtle }) { {Object.entries(turtle.peripherals).map(([side, type]) => (
{side}: - {type} + {type}
))}