logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 13ff99881b3eff6f69b94d838845a63100a5c234
parent 1506b97e35c63f9f6ca685ee1a2b61e4580ac134
Author: Eugenij <eugenijm@protonmail.com>
Date:   Wed, 10 Feb 2021 12:28:39 +0000

Apply 1 suggestion(s) to 1 file(s)

Diffstat:

Msrc/components/poll/poll.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 }) }}&nbsp;ยท&nbsp; </template> <template v-else>