Update System.jsx

Front end also breaks due to moved camera stats
This commit is contained in:
tpjanssen 2023-10-19 18:21:53 +02:00
parent 0e6b9d6819
commit f4df4b98fd

View File

@ -32,7 +32,7 @@ export default function System() {
service = {},
detection_fps: _,
processes,
...cameras
cameras,
} = stats || initialStats || emptyObject;
const detectorNames = Object.keys(detectors || emptyObject);