aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes/map.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/routes/map.tsx')
-rw-r--r--src/frontend/app/routes/map.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/routes/map.tsx b/src/frontend/app/routes/map.tsx
index cdf3033..df4808d 100644
--- a/src/frontend/app/routes/map.tsx
+++ b/src/frontend/app/routes/map.tsx
@@ -76,7 +76,7 @@ export default function StopMap() {
stopId: s.stopId,
name: s.name.original,
lines: s.lines,
- cancelled: s.cancelled,
+ cancelled: s.cancelled ?? false,
},
}));
setStops(features);