Merge pull request #56 from djwesty/djwesty/45

Bug Fix: Image Detection setting chip colors (Issue #45)
This commit is contained in:
David Westgate 2025-03-09 20:19:42 -07:00 committed by GitHub
commit 84a77ebb58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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