gbowne1 / TwitchBot

A MERN full stack TwitchBot
MIT License
7 stars 10 forks source link

[Fixed] Settings page not working #9 #12

Closed AnukratiMehta closed 7 months ago

AnukratiMehta commented 7 months ago

@gbowne1

Original Issue: In your original code, the FormControlLabel components for the switches referenced a function called handleSwitchChange, which was not defined.

Correction: I corrected the code by updating the FormControlLabel components to use the existing handleCheckboxChange function, which was already defined in your code.