From 82eab8114970f76e238f51c322e633419b8181ab Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 15 Jun 2026 23:19:40 -0700 Subject: [PATCH] fix: expose map layer filter group --- .../maps/LocationMapBottomSheetSections.jsx | 2 +- frontend/tests/location-map-manager.spec.ts | 24 ++++++++++--------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/maps/LocationMapBottomSheetSections.jsx b/frontend/src/components/maps/LocationMapBottomSheetSections.jsx index bf53ac8..e0350ad 100644 --- a/frontend/src/components/maps/LocationMapBottomSheetSections.jsx +++ b/frontend/src/components/maps/LocationMapBottomSheetSections.jsx @@ -75,7 +75,7 @@ function MapItemActionList({ items, onSelectItem, itemGroupLabel }) { export function LocationMapLayerPanel({ filters, setFilters }) { return (
-
+
{MAP_DISPLAY_CONTROLS.map(([key, label]) => (