From e64d655dcf1c8162963b31431bb35ba498e642f2 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 15 Jul 2024 10:24:39 +0100 Subject: [PATCH] fix: oops, let people use live trains again --- src/components/AmeyLiveTrainAnnouncements.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/AmeyLiveTrainAnnouncements.tsx b/src/components/AmeyLiveTrainAnnouncements.tsx index e81eaaf8d..5536078c4 100644 --- a/src/components/AmeyLiveTrainAnnouncements.tsx +++ b/src/components/AmeyLiveTrainAnnouncements.tsx @@ -479,8 +479,7 @@ export function LiveTrainAnnouncements({ .filter(o => o.value.length === 3) .map(o => ({ value: o.value, label: o.title })), ) - .flat() - .map(s => s.value), + .flat(), ), ), [perSystemSupportedStations],