mirror of https://github.com/bra1n/townsquare.git
more lint
This commit is contained in:
parent
92afde519d
commit
87b484ba57
|
@ -10,7 +10,9 @@
|
|||
>!
|
||||
<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