Skip to content

Commit f7e69cc

Browse files
committed
Add leg for routes with no leg
1 parent 5e01681 commit f7e69cc

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)