From 3ca33ff3d74fea46ab69dc22c9a976e1aaa6ba56 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 9 Nov 2022 16:40:22 -0700 Subject: [PATCH] Only show the current detector --- web/src/routes/Debug.jsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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]} + ))} +