removing other travelers button group for spectators/live session players as they cannot assign travelers anyway

This commit is contained in:
Dave 2021-01-25 17:20:18 +00:00
parent bddd1f94bd
commit c034647e9d
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@
<Token :role="role" />
</li>
</ul>
<div class="button-group" v-if="playerIndex >= 0 && otherTravelers.size">
<div
class="button-group"
v-if="playerIndex >= 0 && otherTravelers.size && !session.isSpectator"
>
<span
class="button"
:class="{ townsfolk: tab === 'editionRoles' }"