Skip to content

Commit

Permalink
Update voting.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Lins e Silva committed May 8, 2019
1 parent 4ba8a2a commit 955dbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/voting.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 955dbec

Please sign in to comment.