aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/Stops/ConsolidatedCirculationList.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-14 19:02:25 +0100
committerGitHub <noreply@github.com>2025-11-14 19:02:25 +0100
commit3b39aabbffdb3d3d7bbf339c6cd6208bc3b2f794 (patch)
treea805594d0ea79864df4a9d902ed4bb6042726ca8 /src/frontend/app/components/Stops/ConsolidatedCirculationList.tsx
parentd285093900ff6f8e3d5dba394999bb413f5d00f3 (diff)
fix some styles
Diffstat (limited to 'src/frontend/app/components/Stops/ConsolidatedCirculationList.tsx')
-rw-r--r--src/frontend/app/components/Stops/ConsolidatedCirculationList.tsx2
1 files changed, 1 insertions, 1 deletions
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<RegularTableProps> = ({
<div className="distance-info">
{estimate.schedule && (
<>
- {parseServiceId(estimate.schedule.serviceId)} v{getTripIdDisplay(estimate.schedule.tripId)} {" "}
+ {parseServiceId(estimate.schedule.serviceId)} ({getTripIdDisplay(estimate.schedule.tripId)})
</>
)}