fix issue
This commit is contained in:
parent
5264705e4e
commit
46f1b29715
@ -551,7 +551,6 @@ export default {
|
||||
this.proposals.forEach(x => {
|
||||
this.$http.getGovernanceProposalVote(x.id, address, null)
|
||||
.then(v => {
|
||||
console.log(v)
|
||||
this.myVotes[x.id] = this.formatVoteOption(v.vote.option)
|
||||
})
|
||||
.catch(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user