Skip to content

Commit

Permalink
fix: handle additional stations correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 15, 2024
1 parent a040a68 commit 6fb92dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AmeyLiveTrainAnnouncements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export function LiveTrainAnnouncements<SystemKeys extends string>({
value: r.crsCode,
label: r.name,
}
}),
}).concat(system.ADDITIONAL_STATIONS.map(s => ({ value: s.value, label: s.title }))),
] as [string, Option[]]
}),
),
Expand Down

0 comments on commit 6fb92dd

Please sign in to comment.