build and format
This commit is contained in:
@@ -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} />}
|
||||
|
||||
Reference in New Issue
Block a user