We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10baa92 commit 2f07d6bCopy full SHA for 2f07d6b
lib/components/map/connected-transit-vehicle-overlay.js
@@ -54,7 +54,7 @@ function VehicleTooltip (props) {
54
</span>
55
{/* TODO: localize MPH? */}
56
{vehicle?.speed > 0 && <div>travelling at {vehicle.speed} Mph</div>}
57
- {vehicle?.nextStop && <div>{stopStatusString} {vehicle.nextStop.name}</div>}
+ {vehicle?.nextStop && <div>{stopStatusString} {vehicle.nextStop}</div>}
58
</Tooltip>
59
)
60
}
0 commit comments