Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Feb 27, 2025
1 parent 9cb70e7 commit 43b6bad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/ts/stop/components/DeparturesAndMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ const DeparturesAndMap = ({

// We have to have a route pattern in order to show the polyline on a map.
// Because the stop headsign doesn't match a route pattern, we have to find the trip headsign from a departure.
// If we can't find a trip headsign, we just return an empty div. But, this should never happen.
const routePatterns = activeRow
? updatedGroupedRoutePatterns[activeRow.route.id]
: {};
Expand Down

0 comments on commit 43b6bad

Please sign in to comment.