Update ConfigureStreamContainer.js

This commit is contained in:
Gabriela Rodríguez Berón
2017-04-17 12:35:29 -07:00
committed by GitHub
parent 371e3b951d
commit 04a4918fd5
@@ -56,7 +56,7 @@ class ConfigureStreamContainer extends Component {
handleChange (e) {
// TO DO: Dont directly manipulate state and make state change immutable.
// TODO: Dont directly manipulate state and make state change immutable.
if (e.target && e.target.id === 'qboxenable') {
this.state.dirtySettings.questionBoxEnable = e.target.checked;
}