From 3b39aabbffdb3d3d7bbf339c6cd6208bc3b2f794 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 14 Nov 2025 19:02:25 +0100 Subject: fix some styles --- src/frontend/app/components/Stops/ConsolidatedCirculationList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/app/components/Stops/ConsolidatedCirculationList.tsx') diff --git a/src/frontend/app/components/Stops/ConsolidatedCirculationList.tsx b/src/frontend/app/components/Stops/ConsolidatedCirculationList.tsx index 37f6a47..aae9b05 100644 --- a/src/frontend/app/components/Stops/ConsolidatedCirculationList.tsx +++ b/src/frontend/app/components/Stops/ConsolidatedCirculationList.tsx @@ -178,7 +178,7 @@ export const ConsolidatedCirculationList: React.FC = ({
{estimate.schedule && ( <> - {parseServiceId(estimate.schedule.serviceId)} v{getTripIdDisplay(estimate.schedule.tripId)} {" "} + {parseServiceId(estimate.schedule.serviceId)} ({getTripIdDisplay(estimate.schedule.tripId)}) )} -- cgit v1.3