aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopSummarySheet.tsx
diff options
context:
space:
mode:
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
/>
)}