bugfix/show_map_delay #10

Merged
aminghasempoor merged 3 commits from bugfix/show_map_delay into develop 2026-06-15 11:31:18 +00:00
Showing only changes of commit 3745206604 - Show all commits

View File

@@ -44,7 +44,6 @@ const ShowRoute = ({ area }) => {
const sourcePosition = coords[0];
const destPosition = coords[coords.length - 1];
return (
<>
{showRoute && <Polyline positions={coords} color="#015688" weight={7} />}