From 1e72a273d7413f81f707d17e19f0f396347329b6 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Fri, 30 Sep 2022 14:43:12 +0200 Subject: [PATCH] chore: disable hasGtfs switch --- app/components/map/map.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/map/map.jsx b/app/components/map/map.jsx index 87c3928..06374c3 100644 --- a/app/components/map/map.jsx +++ b/app/components/map/map.jsx @@ -11,7 +11,8 @@ import MsgMarkerWithoutGtfs from './marker-msg'; export default function Map({messages}) { /*lat and lon of Braunschweig,DE*/ const position = [52.26594, 10.52673] - //TODO make this switch available via configuration! + + //TODO make this switch available via configuration const hasGtfs = false; return ( <>