From 01fcbbb09b07705b86c0ff928ab57b997c66e502 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Thu, 16 May 2024 23:10:39 +0200 Subject: [PATCH] Fix front sending Play card even when clicking on discard button --- components/SelfView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SelfView.vue b/components/SelfView.vue index 781f845..630ecbd 100644 --- a/components/SelfView.vue +++ b/components/SelfView.vue @@ -10,7 +10,7 @@ const isTurn = computed(() => goStore.self?.team == goStore.current_game?.curren
+ @click.stop="discard(c)">DISCARD