Skip to content

Commit c9249dc

Browse files
committed
ref
1 parent 20cbc5f commit c9249dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layers/Layers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default class Layers extends Component {
77
super(props);
88

99
this.state = {
10-
layersList: {},
10+
layersList: [],
1111
}
1212

1313
this.getLayersList = this.getLayersList.bind(this);

0 commit comments

Comments
 (0)