diff --git a/package.json b/package.json
index 8a2e759..79b3f30 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.9.0",
+ "@mapbox/polyline": "^1.2.1",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
diff --git a/src/components/dashboard/roadMissions/operator/Actions/Create/Form/Area/MapControlPolyline/index.jsx b/src/components/dashboard/roadMissions/operator/Actions/Create/Form/Area/MapControlPolyline/index.jsx
index 3cf2a09..0a14736 100644
--- a/src/components/dashboard/roadMissions/operator/Actions/Create/Form/Area/MapControlPolyline/index.jsx
+++ b/src/components/dashboard/roadMissions/operator/Actions/Create/Form/Area/MapControlPolyline/index.jsx
@@ -87,21 +87,21 @@ export default function Example() {
height: "400px",
}}
>
-
+
- {/* saved markers */}
- {origin && }
+ {/* saved markers */}
+ {origin && }
- {destination && }
+ {destination && }
- {/* route line */}
- {origin && destination && }
+ {/* route line */}
+ {origin && destination && }
{/* fixed center pin */}
{step !== "done" && }
-
+