Skip to content

Commit 8f04e09

Browse files
authored
Merge pull request #2026 from HSLdevcom/70103-debug
70103 debug
2 parents 131f736 + 423230a commit 8f04e09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/shared/RoutePathList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class RoutePathList extends React.Component<IRoutePathListProps, IRoutePathListS
4040
}
4141

4242
private renderRoutePathRow = (routePath: IRoutePathWithDisabledInfo, key: string) => {
43+
console.log(routePath)
4344
return (
4445
<div
4546
key={key}

src/components/shared/TransitTypeLink.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class TransitTypeLink extends React.Component<ITransitIconProps> {
2727
hoverText,
2828
...attrs
2929
} = this.props;
30+
console.log(transitType)
3031
return (
3132
<div
3233
className={classnames(

0 commit comments

Comments
 (0)