aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/map/StopSummarySheet.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-23 12:59:52 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-23 13:00:16 +0100
commit87417c313b455ba0dee19708528cc8d0b830a276 (patch)
tree34b7a2d6bb97157a1d35f57be85b8ff6532865d2 /src/frontend/app/components/map/StopSummarySheet.tsx
parentbed48c3d7e49b1736d50ce42d92bb6c18cf02504 (diff)
Reimplement real time for Vitrasa
Diffstat (limited to 'src/frontend/app/components/map/StopSummarySheet.tsx')
-rw-r--r--src/frontend/app/components/map/StopSummarySheet.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/map/StopSummarySheet.tsx b/src/frontend/app/components/map/StopSummarySheet.tsx
index e318bee..56e80a4 100644
--- a/src/frontend/app/components/map/StopSummarySheet.tsx
+++ b/src/frontend/app/components/map/StopSummarySheet.tsx
@@ -56,7 +56,7 @@ export const StopSheet: React.FC<StopSheetProps> = ({
<span className="stop-sheet-id">({stop.stopCode})</span>
</div>
- <div className={`d-flex flex-wrap flex-row gap-2`}>
+ <div className={`flex flex-wrap flex-row gap-2`}>
{stop.lines.map((lineObj) => (
<LineIcon
key={lineObj.line}