aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-01 17:41:47 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-01 17:41:47 +0100
commit3999423cf2517a63802421410a1565bd9a63125d (patch)
treefa16f00584352d0ae075196a07918e6ddc858c60 /src/frontend/app/routes
parent1f0a677dd354e71b9559c6121b3ed7159ccdd3d3 (diff)
Fix some terminus formatting, add marquee-d next streets
Diffstat (limited to 'src/frontend/app/routes')
-rw-r--r--src/frontend/app/routes/stops-$id.tsx1
1 files changed, 1 insertions, 0 deletions
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 => {