Bug Fix: Image Detection setting chip colors (Issue #45) #56

Merged
djwesty merged 1 commits from djwesty/45 into main 2025-03-09 20:19:42 -07:00

View File

@ -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>