Fixed variable name
This commit is contained in:
부모
29701fd944
커밋
e88568b3c7
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -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,
|
||||
|
|
불러오는 중…
Reference in a new issue