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,
|
||||
showScore: false,
|
||||
showOvScore: true,
|
||||
currentIntroStep: 5,
|
||||
currentIntroStep: 1,
|
||||
revealablesFinished: 0,
|
||||
currentScene: Scenes.OVERVIEW,
|
||||
currentSubproject: null,
|
||||
|
|
|
|||
Reference in a new issue