ToddSpainhour / trash-tracker

0 stars 0 forks source link

Fix boolean values being turned into strings during Create #53

Closed ToddSpainhour closed 4 years ago

ToddSpainhour commented 4 years ago

Fixed issue where boolean values were being sent to Firebase as strings. Changing e.target.value to e.target.checked remedied the problem.