There was an error while loading. Please reload this page.
1 parent 20cbc5f commit c9249dcCopy full SHA for c9249dc
src/components/Layers/Layers.js
@@ -7,7 +7,7 @@ export default class Layers extends Component {
7
super(props);
8
9
this.state = {
10
- layersList: {},
+ layersList: [],
11
}
12
13
this.getLayersList = this.getLayersList.bind(this);
0 commit comments