From 8ffae000ef7afd5dbf774a3c570a21297cf00ffd Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Sat, 7 Jan 2023 09:43:07 +0000 Subject: [PATCH] add hand count --- frontend/src/components/Player.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Player.vue b/frontend/src/components/Player.vue index a986c20..c673afd 100644 --- a/frontend/src/components/Player.vue +++ b/frontend/src/components/Player.vue @@ -37,6 +37,7 @@
{{$t('hand')}} + {{hand.length}}/{{maxHandLength()}}