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