mirror of https://github.com/bra1n/townsquare.git
makeing option to change pronouns only show for currently seated player
This commit is contained in:
parent
b645c1312d
commit
18e5b86518
|
@ -155,7 +155,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li
|
<li
|
||||||
@click="changePronoun"
|
@click="changePronoun"
|
||||||
v-if="!session.isSpectator || player.id === session.playerId"
|
v-if="session.isSpectator && player.id === session.playerId"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="transgender" />Change Pronouns
|
<font-awesome-icon icon="transgender" />Change Pronouns
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue