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
Showing only changes of commit a07e0df947 - Show all commits

View File

@ -164,6 +164,7 @@ const IndexScreen: React.FC = () => {
updateChipCount={(chipData) => {
const chipCountArray = Object.values(chipData);
setTotalChipsCount(chipCountArray);
setNumberOfChips(chipCountArray.length);
}}
/>
</Section>