This commit is contained in:
Steffen 2020-09-16 11:43:18 +02:00
parent fdc7eb28a0
commit a370db8dd4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
>!
<br />
<template v-if="nominee.role.team !== 'traveler'">
<em class="blue">{{ voters.length }} vote{{ voters.length != 1 ? 's':'' }}</em>
<em class="blue">{{ voters.length }} vote{{ voters.length !== 1 ? 's' : '' }}</em>
in favor
<em>(majority is {{ Math.ceil(alive / 2) }})</em>
</template>