From 4acda4bf475660503ee4528888d09db070a4bee2 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:45:08 -0500 Subject: [PATCH] clean up --- web/src/pages/Live.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/Live.tsx b/web/src/pages/Live.tsx index 6b8a3fa43..af59ede2e 100644 --- a/web/src/pages/Live.tsx +++ b/web/src/pages/Live.tsx @@ -35,9 +35,9 @@ function Live() { if (group) { setCameraGroup(cameraGroup); - // return false so that url cleanup doesn't occur here + // return false so that url cleanup doesn't occur here. // will be cleaned up by usePersistedOverlayState in the - // camera group selector s that the icon switches correctly + // camera group selector so that the icon switches correctly return false; }