Skip to content

Commit 43407f5

Browse files
authored
Merge pull request #757 from opentripplanner/sound-transit-icons
Set Long and Short Name for Leg of Route
2 parents ae10479 + f7e69cc commit 43407f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: lib/components/viewers/RouteRow.js

+4
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ export class RouteRow extends PureComponent {
166166
intl
167167
)}
168168
height={22}
169+
leg={{
170+
routeLongName: route?.longName,
171+
routeShortName: route?.shortName
172+
}}
169173
mode={getModeFromRoute(route)}
170174
width={22}
171175
/>

0 commit comments

Comments
 (0)