Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: map markers are back
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-calavera committed Oct 16, 2019
1 parent 0bb783b commit 0eb87b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/stores/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Store {
});

get mapMarkers() {
if (!this.network || !this.network.length) {
if (!this.network) {
return [];
}

Expand Down

0 comments on commit 0eb87b7

Please sign in to comment.