mirror of https://github.com/bra1n/townsquare.git
removing other travelers button group for spectators/live session players as they cannot assign travelers anyway
This commit is contained in:
parent
bddd1f94bd
commit
c034647e9d
|
@ -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' }"
|
||||
|
|
Loading…
Reference in New Issue