diff --git a/web/src/routes/Debug.jsx b/web/src/routes/Debug.jsx index 3f77b0be6..dd6522bd7 100644 --- a/web/src/routes/Debug.jsx +++ b/web/src/routes/Debug.jsx @@ -57,7 +57,7 @@ export default function Debug() { ) : ( Detectors -
+
{detectorNames.map((detector) => (
{detector}
@@ -84,7 +84,7 @@ export default function Debug() {
Cameras -
+
{cameraNames.map((camera) => (