Skip to content

Commit

Permalink
Merge branch 'master' into tzip16-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarson committed Feb 15, 2021
2 parents 7351156 + dc8ef64 commit 232fc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 232fc8e

Please sign in to comment.