diff --git a/src/views/Governance.vue b/src/views/Governance.vue index 6254b56d..8934d81a 100644 --- a/src/views/Governance.vue +++ b/src/views/Governance.vue @@ -97,11 +97,13 @@ variant="success" :value="p.tally.yes" show-progress + :label="`${p.tally.yes.toFixed()}%`" /> @@ -295,7 +295,7 @@ export default { case 'VOTE_OPTION_NO': return 'No' case 4: - // case 'VOTE_OPTION_NO_WITH': + case 'VOTE_OPTION_NO_WITH_VETO': return 'No With Veto' default: return value diff --git a/src/views/OperationVoteComponent.vue b/src/views/OperationVoteComponent.vue index dfdbde32..a8617081 100644 --- a/src/views/OperationVoteComponent.vue +++ b/src/views/OperationVoteComponent.vue @@ -365,7 +365,7 @@ export default { value: { voter: this.voter, proposalId: this.proposalId, - option: this.option, + option: Number(this.option), }, }]