diff --git a/src/components/Map/index.jsx b/src/components/Map/index.jsx
index 7a62d32de..7134ff53d 100644
--- a/src/components/Map/index.jsx
+++ b/src/components/Map/index.jsx
@@ -135,39 +135,43 @@ const LeaftletMap = ({
>
-
+ {!disabled && (
+
+ )}
{coordinates && }
-
- {/*{disabled ? : }*/}
+ {!disabled && (
+
+ )}
+ {disabled && }
{geoJsonCoordinates && geoJsonCoordinates.length && (