fix wrong carpool crew for a driver query
This commit is contained in:
parent
085de292c6
commit
3be95fb58c
|
@ -33,7 +33,7 @@ export class PassengerOrientedCarpoolPathCompleter extends Completer {
|
|||
}),
|
||||
),
|
||||
candidate.getProps().role == Role.PASSENGER
|
||||
? candidate.getProps().driverWaypoints.map(
|
||||
? candidate.getProps().passengerWaypoints.map(
|
||||
(waypoint: PointProps) =>
|
||||
new Point({
|
||||
lon: waypoint.lon,
|
||||
|
|
Loading…
Reference in New Issue