mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
lint
This commit is contained in:
parent
4cc4f908d8
commit
b86f9b190d
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
|||
></Player>
|
||||
</ul>
|
||||
|
||||
<div class="button-group st-reveal" v-if="session.revealedGrimoire !== null">
|
||||
<div
|
||||
class="button-group st-reveal"
|
||||
v-if="session.revealedGrimoire !== null"
|
||||
>
|
||||
<div class="button" @click="applyRevealedGrimoire">
|
||||
Reveal grimoire
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue