more lint

This commit is contained in:
Steffen 2020-09-16 11:43:55 +02:00
parent 92afde519d
commit 87b484ba57
1 changed files with 3 additions and 1 deletions

View File

@ -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>