From 7b9c14e98af478996b67e30a4e05148b8f7aa18b Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 30 Jul 2024 08:04:14 -0600 Subject: [PATCH] Update LiveDashboardView.tsx --- web/src/views/live/LiveDashboardView.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/views/live/LiveDashboardView.tsx b/web/src/views/live/LiveDashboardView.tsx index 09dd111dc..f5c437e5e 100644 --- a/web/src/views/live/LiveDashboardView.tsx +++ b/web/src/views/live/LiveDashboardView.tsx @@ -81,7 +81,8 @@ export default function LiveDashboardView({ .map((cam) => cam.name) .filter((cam) => config.camera_groups[cameraGroup]?.cameras?.includes(cam), - ) .join(","); + ) + .join(","); }, [cameras, cameraGroup, config, includeBirdseye]); const { data: allEvents, mutate: updateEvents } = useSWR([