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); }} />