build and format

This commit is contained in:
2026-06-15 15:01:34 +03:30
parent f42a4ff63b
commit 3745206604

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} />}