Skip to content

Commit

Permalink
Merge branch 'v3' of github.com:hsldevcom/digitransit-ui into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Aug 28, 2023
2 parents 53ac87f + 5867713 commit f9592be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/component/MobileTicketPurchaseInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function MobileTicketPurchaseInformation(
{faresInfo()}
<div className="app-link">
<ExternalLink
href={config.ticketPurchaseLink(fare.ticketname)}
href={config.ticketPurchaseLink(fare.ticketName)}
onClick={() =>
addAnalyticsEvent({ event: 'journey_planner_open_app' })
}
Expand Down

0 comments on commit f9592be

Please sign in to comment.