Fixed variable name

This commit is contained in:
John Shaver 2018-12-14 08:50:09 -08:00
부모 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,