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 ( <>