chore: disable hasGtfs switch

This commit is contained in:
dancingCycle 2022-09-30 14:43:12 +02:00
parent 61912eb0ff
commit 1e72a273d7
1 changed files with 2 additions and 1 deletions

View File

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