small fixes
This commit is contained in:
parent
453d5424c5
commit
2be130aedc
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ export interface State {
|
|||
const store = create<State>((set) => ({
|
||||
uid: null,
|
||||
showScore: false,
|
||||
currentIntroStep: 0,
|
||||
currentIntroStep: 1,
|
||||
revealablesFinished: 0,
|
||||
currentScene: Scenes.OVERVIEW,
|
||||
currentSubproject: null,
|
||||
|
|
|
|||
Reference in a new issue