Skip to content

Commit

Permalink
restore missing otp1 fields
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Nov 8, 2024
1 parent 2f6a865 commit 485d28b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/map/connected-transit-vehicle-overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ const mapStateToProps = (state) => {
vehicle.routeShortName = vehicle.routeShortName || route?.shortName
vehicle.routeLongName = vehicle.routeLongName || route?.longName
vehicle.textColor = route?.routeTextColor

vehicle.lastUpdated = vehicle?.seconds
return vehicle
})

Expand Down

0 comments on commit 485d28b

Please sign in to comment.