diff --git a/src/app/services/voting.service.ts b/src/app/services/voting.service.ts index 7c2f4743..96d0d274 100644 --- a/src/app/services/voting.service.ts +++ b/src/app/services/voting.service.ts @@ -400,7 +400,7 @@ export class VotingService { }); } else { await this.eosjs.getProxies(this.aService.activeChain['proxyRegistry']).then(proxy => { - // this.hasList = proxies.rows.length > 0; + this.hasList = proxy.rows.length > 0; console.log('ListProxies returned ' + proxy.rows.length + ' proxies'); proxy.rows.forEach((prox, idx) => { let voted;