mirror of https://github.com/bra1n/townsquare.git
lint
This commit is contained in:
parent
fdc7eb28a0
commit
a370db8dd4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue