From a07e0df9475b0346e045bfe5615c849e89df525d Mon Sep 17 00:00:00 2001 From: David Westgate Date: Sun, 9 Mar 2025 18:35:35 -0700 Subject: [PATCH] fix --- app/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/index.tsx b/app/index.tsx index 6062e36..7f1d8c7 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -164,6 +164,7 @@ const IndexScreen: React.FC = () => { updateChipCount={(chipData) => { const chipCountArray = Object.values(chipData); setTotalChipsCount(chipCountArray); + setNumberOfChips(chipCountArray.length); }} />