From 0ce9ed8c7e2d91f2e4c14f1596646bd662045b02 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 6 Mar 2026 07:13:39 -0600 Subject: [PATCH] clean up --- web/src/pages/Settings.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/web/src/pages/Settings.tsx b/web/src/pages/Settings.tsx index e6ee4e014..d47435af8 100644 --- a/web/src/pages/Settings.tsx +++ b/web/src/pages/Settings.tsx @@ -481,13 +481,6 @@ const CAMERA_SELECT_BUTTON_PAGES = [ const ALLOWED_VIEWS_FOR_VIEWER = ["ui", "debug", "notifications"]; -const LARGE_BOTTOM_MARGIN_PAGES = [ - "masksAndZones", - "motionTuner", - "mediaSync", - "regionGrid", -]; - // keys for camera sections const CAMERA_SECTION_MAPPING: Record = { detect: "cameraDetect",