-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
coolbeans-front/src/components/Coffee/Coffee.js
Lines 89 to 97 in ef924b0
| flavorProfile: [ | |
| { | |
| ...this.state.flavorProfile, | |
| notes: { | |
| ...notes, | |
| [e.target.name]: e.target.value | |
| } | |
| } | |
| ] |
I think we talked about this during project week: it seems that sometimes the flavor profile is treated as an array and other times as a single object. Y'all should consider refactoring your front and back ends so this is more consistent.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels