diff --git a/src/v2/stores/nodes.js b/src/v2/stores/nodes.js index 716856f0..55bd540d 100644 --- a/src/v2/stores/nodes.js +++ b/src/v2/stores/nodes.js @@ -48,7 +48,7 @@ class Store { }); get mapMarkers() { - if (!this.network || !this.network.length) { + if (!this.network) { return []; }