fix bug with demon bluffs

This commit is contained in:
Steffen 2020-05-08 20:16:59 +02:00 committed by GitHub
parent 61860d86d4
commit 36f7d0cfa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
v-show="modals.role && availableRoles.length"
@close="toggleModal('role')"
>
<h3>Choose a new character: {{ players[playerIndex].name }}</h3>
<h3>Choose a new character for {{ playerIndex >= 0 ? players[playerIndex].name : "Bluff" }}</h3>
<ul class="tokens">
<li
v-for="role in availableRoles"