Skip to content

Commit

Permalink
remove one case of multiple via point icons in detail view (synthetic…
Browse files Browse the repository at this point in the history
… end walk leg)
  • Loading branch information
tkalvas committed Jan 3, 2025
1 parent ac15682 commit 2d46b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/component/itinerary/Legs.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default class Legs extends React.Component {
legs.push(
<WalkLeg
index={numberOfLegs}
leg={lastLeg}
leg={{ ...lastLeg, isViaPoint: false }}
previousLeg={lastLeg}
focusAction={this.focus(lastLeg.to)}
focusToLeg={this.focusToLeg(lastLeg)}
Expand Down

0 comments on commit 2d46b30

Please sign in to comment.