fix
This commit is contained in:
parent
292cd7b797
commit
a07e0df947
@ -164,6 +164,7 @@ const IndexScreen: React.FC = () => {
|
||||
updateChipCount={(chipData) => {
|
||||
const chipCountArray = Object.values(chipData);
|
||||
setTotalChipsCount(chipCountArray);
|
||||
setNumberOfChips(chipCountArray.length);
|
||||
}}
|
||||
/>
|
||||
</Section>
|
||||
|
Loading…
Reference in New Issue
Block a user