diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-08 23:42:39 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-08 23:42:39 +0100 |
| commit | 5288cfbed34f94c4321b8d9dc497cfd0da3ffd26 (patch) | |
| tree | fc4038fa829a07e58944d32b4b34f626b935e686 /src/frontend/app/components/arrivals/ArrivalList.tsx | |
| parent | 4056bc1b66db722bfcffaa960f8ff89150971a4d (diff) | |
Refactor VigoUsageProcessor to remove CSV whitelist loading; add StopUsageChart component for usage visualization in Stops page
Diffstat (limited to 'src/frontend/app/components/arrivals/ArrivalList.tsx')
| -rw-r--r-- | src/frontend/app/components/arrivals/ArrivalList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/arrivals/ArrivalList.tsx b/src/frontend/app/components/arrivals/ArrivalList.tsx index ea01695..83eb4f0 100644 --- a/src/frontend/app/components/arrivals/ArrivalList.tsx +++ b/src/frontend/app/components/arrivals/ArrivalList.tsx @@ -17,7 +17,7 @@ export const ArrivalList: React.FC<ArrivalListProps> = ({ const clickable = Boolean(onArrivalClick); return ( - <div className="flex flex-col gap-3"> + <div className="flex flex-col flex-1 gap-3"> {arrivals.length === 0 && ( <div className="text-center text-muted mt-16"> {/* TOOD i18n */} |
