fix: unintentionally hid stats
release-tag / release-image (push) Successful in 28s

This commit is contained in:
2024-05-14 19:02:36 +02:00
parent 840bb1fa67
commit 995064497f
+1 -1
View File
@@ -94,7 +94,7 @@ const prepare_champion = (target: Card) => run_effect(CardEffects.PREPARE, targe
</div>
<div id="player_stats">
<PlayerStats v-if="!goStore.current_game?.started" :player="props.player"></PlayerStats>
<PlayerStats v-if="goStore.current_game?.started" :player="props.player"></PlayerStats>
</div>
</div>
<div id="current_player_board">