From 24a7ecfe485d190fe414b2515806c8ac3d65227f Mon Sep 17 00:00:00 2001 From: hiba9201 Date: Mon, 5 Jun 2023 22:18:46 +0500 Subject: [PATCH] remove unused map --- client/components/Map/Vehicles/Item/MapVehiclesItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Map/Vehicles/Item/MapVehiclesItem.tsx b/client/components/Map/Vehicles/Item/MapVehiclesItem.tsx index 2e2b2356..c9823b48 100644 --- a/client/components/Map/Vehicles/Item/MapVehiclesItem.tsx +++ b/client/components/Map/Vehicles/Item/MapVehiclesItem.tsx @@ -62,7 +62,7 @@ export class MapVehiclesItemComponent extends Component { } getIcon() { - const { id, num, course, type, accessibility, warning, map } = this.props; + const { id, num, course, type, accessibility, warning } = this.props; const isCourseEast = course > EAST_COURSE_RANGE.left && course < EAST_COURSE_RANGE.right; return new L.DivIcon({