diff --git a/web/src/routes/Debug.jsx b/web/src/routes/Debug.jsx index 5c54acc21..c3c73ceb2 100644 --- a/web/src/routes/Debug.jsx +++ b/web/src/routes/Debug.jsx @@ -71,13 +71,11 @@ export default function Debug() { - {detectorNames.map((detector, i) => ( - - {detectorDataKeys.map((name) => ( - {detectors[detector][name]} - ))} - - ))} + + {detectorDataKeys.map((name) => ( + {detectors[detector][name]} + ))} +