Skip to content

Commit

Permalink
Use Passenger names on map pins
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybatt committed May 30, 2024
1 parent 366f242 commit 93c4693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/app/frontend/src/components/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const SimpleMap = () => {
...passengers.map(passenger => ({
lat: passenger.lat,
lng: passenger.long,
name: "Mid Point"
name: passenger.name
})),
{
lat: trip.end_location.latitude,
Expand Down

0 comments on commit 93c4693

Please sign in to comment.