Fixed variable name
This commit is contained in:
parent
29701fd944
commit
e88568b3c7
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ function updateColorState() {
|
||||||
newColor = timing.color
|
newColor = timing.color
|
||||||
}
|
}
|
||||||
if(newColor !== state.color) {
|
if(newColor !== state.color) {
|
||||||
console.log("setting color state to", newcolor);
|
console.log("setting color state to", newColor);
|
||||||
|
|
||||||
state = { ...state,
|
state = { ...state,
|
||||||
color: newColor,
|
color: newColor,
|
||||||
|
|
Loading…
Reference in a new issue