Skip to content

Commit

Permalink
fix: specify 1st location of none on live announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat authored Apr 9, 2024
1 parent 7deeb72 commit bda2f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AmeyLiveTrainAnnouncements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ export function LiveTrainAnnouncements<SystemKeys extends string>({
terminatingStationCode: getStation(train.destination[0], systemKey),
vias,
callingAt,
firstClassLocation: 'none',
}

console.log(options)
Expand Down Expand Up @@ -674,6 +675,7 @@ export function LiveTrainAnnouncements<SystemKeys extends string>({
terminatingStationCode: getStation(train.destination[0], systemKey),
vias,
callingAt,
firstClassLocation: 'none',
}

console.log(options)
Expand Down

0 comments on commit bda2f83

Please sign in to comment.