Merge pull request #56 from djwesty/djwesty/45
Bug Fix: Image Detection setting chip colors (Issue #45)
This commit is contained in:
commit
84a77ebb58
@ -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