enable alternative configs

This commit is contained in:
Lachlan Kermode
2020-05-29 12:53:55 +02:00
parent 64087bf1e5
commit 3fc1ff4c28
3 changed files with 8 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ class Map extends React.Component {
componentDidMount () {
if (this.map === null) {
// this.initializeMap()
this.initializeMap()
}
}