Skip to content

Commit

Permalink
address pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Sep 15, 2023
1 parent 7d847ba commit 6f22102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/viewers/route-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class RouteDetails extends Component<Props> {
lastStop: pat.stops?.[pat.stops?.length - 1]?.name
})
)
// Remove duplicate headsigns. Replaces duplicate headsigns with the last stop name
// Address duplicate headsigns. Replaces duplicate headsigns with the last stop name
.reduce((prev: PatternSummary[], cur) => {
const amended = prev
const alreadyExistingIndex = prev.findIndex(
Expand Down

0 comments on commit 6f22102

Please sign in to comment.