Set display marker to false when rider is unavailable. #478
This commit is contained in:
parent
ce79354f5d
commit
b31f254c82
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ class MapEventHandler {
|
|||
}
|
||||
} else {
|
||||
console.log('rider not in availability check');
|
||||
display_marker = false;
|
||||
}
|
||||
|
||||
// TODO: cache rider availability (available vs active jo) status and check before displaying icon
|
||||
|
|
|
|||
Loading…
Reference in a new issue