From f4df4b98fd78968bf49206d364394e75837d20c5 Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:21:53 +0200 Subject: [PATCH] Update System.jsx Front end also breaks due to moved camera stats --- web/src/routes/System.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx index 0074763fa..5ad3fd215 100644 --- a/web/src/routes/System.jsx +++ b/web/src/routes/System.jsx @@ -32,7 +32,7 @@ export default function System() { service = {}, detection_fps: _, processes, - ...cameras + cameras, } = stats || initialStats || emptyObject; const detectorNames = Object.keys(detectors || emptyObject);