Skip to content

Commit

Permalink
Merge pull request #4852 from HSLdevcom/DT-6036
Browse files Browse the repository at this point in the history
DT-6036: Mobileticket purchase link zones are broken
  • Loading branch information
vesameskanen authored Aug 25, 2023
2 parents 4751a11 + 28c08d2 commit 5867713
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 5867713

Please sign in to comment.