[Feat] : Remove useless stack span
release-tag / release-image (push) Successful in 28s

This commit is contained in:
2024-05-16 15:38:03 +02:00
parent 7fc8e699dd
commit fadf0e7353
-1
View File
@@ -86,7 +86,6 @@ function checkEndTurn() {
<CardsGrouped :stack="props.player.stack_pile">
<!-- <button v-if="isSelf && isTurn" @click="draw">DRAW</button> -->
</CardsGrouped>
<span>stack =</span>
</div>
<div :id="`discard_unwrapped_bg`" :class="`${discard_unwrapped ? 'unwrapped' : ''}`"
@click="() => discard_unwrapped = false"></div>