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