1
1
Fork 0

Fixed variable name

Dieser Commit ist enthalten in:
John Shaver 2018-12-14 08:50:09 -08:00
Ursprung 29701fd944
Commit e88568b3c7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

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