Skip to content

Commit

Permalink
remove unused map
Browse files Browse the repository at this point in the history
  • Loading branch information
hiba9201 authored and sashachabin committed Jul 29, 2023
1 parent e2cb57a commit 6289911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Map/Vehicles/Item/MapVehiclesItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class MapVehiclesItemComponent extends Component<MapVehiclesItemProps> {
}

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({
Expand Down

1 comment on commit 6289911

@ekbdev
Copy link

@ekbdev ekbdev commented on 6289911 Jul 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for transport ready!

✅ Preview
https://transport-764vrwwm3-ekbdev.vercel.app
https://ekbdev-transport-feat-reduce-vehicles-markers-size.vercel.app

Built with commit 6289911.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.