diff --git a/frontend/src/components/maps/LocationMapBottomSheet.jsx b/frontend/src/components/maps/LocationMapBottomSheet.jsx index 904b49e..ccc1653 100644 --- a/frontend/src/components/maps/LocationMapBottomSheet.jsx +++ b/frontend/src/components/maps/LocationMapBottomSheet.jsx @@ -55,6 +55,22 @@ export default function LocationMapBottomSheet({ : selectedObject ? selectedTitle : "Map Details"; + const showEditorControls = mode === "edit" && canManage; + const showSelectedObjectForm = Boolean(mode === "edit" && editorTool === "edit" && selectedObject); + const editorActions = showEditorControls ? ( +