diff --git a/frontend/src/components/maps/LocationMapBottomSheet.jsx b/frontend/src/components/maps/LocationMapBottomSheet.jsx
index 7e05662..8ee6528 100644
--- a/frontend/src/components/maps/LocationMapBottomSheet.jsx
+++ b/frontend/src/components/maps/LocationMapBottomSheet.jsx
@@ -43,6 +43,7 @@ export default function LocationMapBottomSheet({
onDuplicateObject,
onDeleteObject,
onShowHiddenAreas,
+ onClearSelection,
onSelectZoneItem,
onSelectUnmappedItem,
}) {
@@ -186,6 +187,16 @@ export default function LocationMapBottomSheet({
+ {selectedObject ? (
+
+ ) : null}
{changedLayerCount ? (