diff --git a/src/views/home/Home.vue b/src/views/home/Home.vue index afee348e..35f52b06 100644 --- a/src/views/home/Home.vue +++ b/src/views/home/Home.vue @@ -185,7 +185,7 @@ export default { return; } - if (!this.synced && this.config.networks.length == data.body.length) { + if (!this.synced && data.body.length > 1) { this.stats = data.body.sort(function (a, b) { if (a.network === "mainnet") { return -1;