diff options
| author | Eugenij <eugenijm@protonmail.com> | 2021-02-10 12:28:39 +0000 |
|---|---|---|
| committer | Eugenij <eugenijm@protonmail.com> | 2021-02-10 12:28:39 +0000 |
| commit | 13ff99881b3eff6f69b94d838845a63100a5c234 (patch) | |
| tree | d11c55fa76e03558833e10c0e5ac59f45c4e6a38 | |
| parent | 1506b97e35c63f9f6ca685ee1a2b61e4580ac134 (diff) | |
Apply 1 suggestion(s) to 1 file(s)
| -rw-r--r-- | src/components/poll/poll.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index f1ae8f9c..5adcb9c2 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -58,7 +58,7 @@ {{ $t('polls.vote') }} </button> <div class="total"> - <template v-if="poll.multiple"> + <template v-if="poll.voters_count"> {{ $tc("polls.people_voted_count", poll.voters_count, { count: poll.voters_count }) }} ยท </template> <template v-else> |
