mirror of https://github.com/bra1n/townsquare.git
lint
This commit is contained in:
parent
fdc7eb28a0
commit
a370db8dd4
|
@ -10,7 +10,7 @@
|
||||||
>!
|
>!
|
||||||
<br />
|
<br />
|
||||||
<template v-if="nominee.role.team !== 'traveler'">
|
<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
|
in favor
|
||||||
<em>(majority is {{ Math.ceil(alive / 2) }})</em>
|
<em>(majority is {{ Math.ceil(alive / 2) }})</em>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue