From bda2f8322e3004cdfb904f15625877e1fd9df31e Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Tue, 9 Apr 2024 13:15:14 +0200 Subject: [PATCH] fix: specify 1st location of none on live announcements --- src/components/AmeyLiveTrainAnnouncements.tsx | 2 ++ 1 file changed, 2 insertions(+) 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)