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().role == Role.PASSENGER
|
||||||
? candidate.getProps().driverWaypoints.map(
|
? candidate.getProps().passengerWaypoints.map(
|
||||||
(waypoint: PointProps) =>
|
(waypoint: PointProps) =>
|
||||||
new Point({
|
new Point({
|
||||||
lon: waypoint.lon,
|
lon: waypoint.lon,
|
||||||
|
|
Loading…
Reference in New Issue