Store fix
This commit is contained in:
parent
1efd67c733
commit
f1ed6f2f43
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ const store = create<State>((set) => ({
|
||||||
uid: null,
|
uid: null,
|
||||||
showScore: false,
|
showScore: false,
|
||||||
showOvScore: true,
|
showOvScore: true,
|
||||||
currentIntroStep: 5,
|
currentIntroStep: 1,
|
||||||
revealablesFinished: 0,
|
revealablesFinished: 0,
|
||||||
currentScene: Scenes.OVERVIEW,
|
currentScene: Scenes.OVERVIEW,
|
||||||
currentSubproject: null,
|
currentSubproject: null,
|
||||||
|
|
|
||||||
Reference in a new issue