mirror of https://github.com/bra1n/townsquare.git
Merge remote-tracking branch 'origin/master' into voting
This commit is contained in:
commit
bcd57ca3d2
|
@ -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 : "bluffing" }}</h3>
|
||||
<ul class="tokens">
|
||||
<li
|
||||
v-for="role in availableRoles"
|
||||
|
|
Loading…
Reference in New Issue