Skip to content

Commit

Permalink
show count of voter if proposal is voting (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
GinMu committed Nov 7, 2019
1 parent 47d5f89 commit 9cbe519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/pages/proposal/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<p v-if="proposal.flag">
{{ $t("proposal.result") + voteResult }}
</p>
<p v-if="proposal.flag">
<p>
{{ $t("proposal.voters") + votersCount }}
</p>
<div style="height: 0.06rem;border-radius:0.06rem;margin-bottom:0.32rem;" flex>
Expand Down

0 comments on commit 9cbe519

Please sign in to comment.