Skip to content

Commit

Permalink
fix: prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
partisaani committed Nov 15, 2024
1 parent 5a6bd80 commit dc12bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/component/itinerary/ItineraryPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ export default function ItineraryPage(props, context) {
bikeAndPublicItineraryCount={bikePublicPlan.bikePublicItineraryCount}
openSettings={showSettingsPanel}
relayEnvironment={props.relayEnvironment}
startNavigator={navigateHook}
startNavigation={navigateHook}
/>
);
}
Expand Down

0 comments on commit dc12bb7

Please sign in to comment.