Skip to content

Commit

Permalink
fix: oops, let people use live trains again
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 15, 2024
1 parent 894eac4 commit e64d655
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/AmeyLiveTrainAnnouncements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,7 @@ export function LiveTrainAnnouncements<SystemKeys extends string>({
.filter(o => o.value.length === 3)
.map(o => ({ value: o.value, label: o.title })),
)
.flat()
.map(s => s.value),
.flat(),
),
),
[perSystemSupportedStations],
Expand Down

0 comments on commit e64d655

Please sign in to comment.