aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopSummarySheet.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-08 12:40:49 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-08 12:40:49 +0100
commited023a4b5ee257c0c367357b6d83f9778e2cf536 (patch)
treed43aee87bed0644b39544469d4dfc853cf87873d /src/frontend/app/components/StopSummarySheet.tsx
parent0deb33ba5ef847ffc25232e715337d8c559633b9 (diff)
fix: update default formatter to Prettier and enhance ETA display logic in ConsolidatedCirculationCard
Diffstat (limited to 'src/frontend/app/components/StopSummarySheet.tsx')
-rw-r--r--src/frontend/app/components/StopSummarySheet.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/app/components/StopSummarySheet.tsx b/src/frontend/app/components/StopSummarySheet.tsx
index 55cbbd8..c2d6ffe 100644
--- a/src/frontend/app/components/StopSummarySheet.tsx
+++ b/src/frontend/app/components/StopSummarySheet.tsx
@@ -158,6 +158,7 @@ export const StopSheet: React.FC<StopSheetProps> = ({
) : (
<ConsolidatedCirculationList
data={data.slice(0, 4)}
+ driver={stop.stopId.split(":")[0]}
reduced
/>
)}