From 4ba423946f5be08d27d8a3c113c4fb5defc9337e Mon Sep 17 00:00:00 2001 From: Stanislav Iliashchuk Date: Wed, 19 Jun 2024 11:34:42 +0300 Subject: [PATCH] display hand size --- components/Game/Hand/hand.container.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/Game/Hand/hand.container.tsx b/components/Game/Hand/hand.container.tsx index 7c3433a..00a1a61 100644 --- a/components/Game/Hand/hand.container.tsx +++ b/components/Game/Hand/hand.container.tsx @@ -93,7 +93,9 @@ export const HandContainer = ({ > Draw + 1 - setModal("deck")}>Deck + setModal("deck")}> + Deck ({playerState?.pool?.deck?.length}) + setModal("discard")}>Discard {playerState?.pool?.commit?.boost && (