From 3999423cf2517a63802421410a1565bd9a63125d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 1 Dec 2025 17:41:47 +0100 Subject: Fix some terminus formatting, add marquee-d next streets --- src/frontend/app/routes/stops-$id.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frontend/app/routes') diff --git a/src/frontend/app/routes/stops-$id.tsx b/src/frontend/app/routes/stops-$id.tsx index cdc74eb..25aa3e7 100644 --- a/src/frontend/app/routes/stops-$id.tsx +++ b/src/frontend/app/routes/stops-$id.tsx @@ -37,6 +37,7 @@ export interface ConsolidatedCirculation { }; isPreviousTrip?: boolean; previousTripShapeId?: string; + nextStreets?: string[]; } export const getCirculationId = (c: ConsolidatedCirculation): string => { -- cgit v1.3