makeing option to change pronouns only show for currently seated player

This commit is contained in:
Dave 2021-01-25 21:15:45 +00:00
parent b645c1312d
commit 18e5b86518
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
</li>
<li
@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
</li>