Fix what I believe to be a 'first boot' error.

This commit is contained in:
orangemug 2018-07-17 20:45:12 +01:00
parent a0e2d68dae
commit 6ea70ab9cf

View file

@ -66,6 +66,7 @@ export default class MapboxGlMap extends React.Component {
onDataChange: () => {},
onLayerSelect: () => {},
mapboxAccessToken: tokens.mapbox,
options: {},
}
constructor(props) {