mirror of https://github.com/bra1n/townsquare.git
lint
This commit is contained in:
parent
14de625811
commit
4067f45ee2
|
@ -143,7 +143,11 @@
|
|||
</template>
|
||||
</template>
|
||||
|
||||
<template v-if="tab === 'players' && !session.isSpectator && !session.nomination">
|
||||
<template
|
||||
v-if="
|
||||
tab === 'players' && !session.isSpectator && !session.nomination
|
||||
"
|
||||
>
|
||||
<!-- Users -->
|
||||
<li class="headline">Players</li>
|
||||
<li @click="addPlayer" v-if="players.length < 20">Add<em>[A]</em></li>
|
||||
|
|
Loading…
Reference in New Issue