Fixed variable name

Cette révision appartient à :
John Shaver 2018-12-14 08:50:09 -08:00
Parent 29701fd944
révision e88568b3c7
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -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,