diff --git a/web/src/Sidebar.jsx b/web/src/Sidebar.jsx index 9c2e55e22..15092500f 100644 --- a/web/src/Sidebar.jsx +++ b/web/src/Sidebar.jsx @@ -33,7 +33,7 @@ export default function Sidebar() { matches ? ( - {cameras.map(([camera, conf]) => { + {cameras.filter(([cam, conf]) => conf.gui.show).map(([camera, conf]) => { if (conf.record.enabled) { return (