Skip to content

Commit

Permalink
fix(connected-itinerary-body): use right prop names
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-willis-arcadis committed Jul 15, 2024
1 parent 94139ba commit ca4926b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class ConnectedItineraryBody extends Component {
setMainPanelContent(MainPanelContent.TRIP_VIEWER)
}}
showAgencyInfo
showApproximatePrefixAccessLegs={showApproximatePrefixAccessLegs}
showApproximateAccessLegTravelTimes={showApproximatePrefixAccessLegs}
showElevationProfile={config.elevationProfile}
showLegIcon
showMapButtonColumn={false}
Expand All @@ -149,7 +149,7 @@ class ConnectedItineraryBody extends Component {
/>
<TripDetails
itinerary={clonedItinerary}
showApproximatePrefixAccessLegs={showApproximatePrefixAccessLegs}
showApproximateMinutesActive={showApproximatePrefixAccessLegs}
/>
<TripTools itinerary={clonedItinerary} />
</ItineraryBodyContainer>
Expand Down

0 comments on commit ca4926b

Please sign in to comment.