diff --git a/src/components/AmeyLiveTrainAnnouncements.tsx b/src/components/AmeyLiveTrainAnnouncements.tsx index 62e0b789b..0c2d48139 100644 --- a/src/components/AmeyLiveTrainAnnouncements.tsx +++ b/src/components/AmeyLiveTrainAnnouncements.tsx @@ -459,7 +459,7 @@ export function LiveTrainAnnouncements({ value: r.crsCode, label: r.name, } - }), + }).concat(system.ADDITIONAL_STATIONS.map(s => ({ value: s.value, label: s.title }))), ] as [string, Option[]] }), ),