Fixed variable name

Este commit está contenido en:
John Shaver 2018-12-14 08:50:09 -08:00
padre 29701fd944
commit e88568b3c7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -81,7 +81,7 @@ function updateColorState() {
newColor = timing.color
}
if(newColor !== state.color) {
console.log("setting color state to", newcolor);
console.log("setting color state to", newColor);
state = { ...state,
color: newColor,