Make spirits see the buttons at end of the game
This commit is contained in:
parent
94f018bf60
commit
865c454589
1 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
|||
<template>
|
||||
<div id="PlayerHand">
|
||||
<div class="flex-center" v-if="mostRecentQuestion">
|
||||
{{ mostRecentQuestion }}
|
||||
</div>
|
||||
<div class="flex-center" v-else-if="gameOver">
|
||||
<div class="flex-center" v-if="gameOver">
|
||||
<a
|
||||
v-if="$store.state.survey_link"
|
||||
:href="$store.state.survey_link"
|
||||
|
|
@ -21,6 +18,9 @@
|
|||
Go to Lobby
|
||||
</button>
|
||||
</div>
|
||||
<div class="flex-center" v-else-if="mostRecentQuestion">
|
||||
{{ mostRecentQuestion }}
|
||||
</div>
|
||||
<div class="hand" v-else>
|
||||
<div
|
||||
class="card"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue