diff --git a/src/components/AmeyLiveTrainAnnouncements.tsx b/src/components/AmeyLiveTrainAnnouncements.tsx index d84d5b256..79f1e6491 100644 --- a/src/components/AmeyLiveTrainAnnouncements.tsx +++ b/src/components/AmeyLiveTrainAnnouncements.tsx @@ -549,6 +549,7 @@ export function LiveTrainAnnouncements({ terminatingStationCode: getStation(train.destination[0], systemKey), vias, callingAt, + firstClassLocation: 'none', } console.log(options) @@ -674,6 +675,7 @@ export function LiveTrainAnnouncements({ terminatingStationCode: getStation(train.destination[0], systemKey), vias, callingAt, + firstClassLocation: 'none', } console.log(options)