Fix up clicking
This commit is contained in:
parent
f9bee84194
commit
3e3cec06f6
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const store = create<State>((set) => ({
|
|||
currentScene: Scenes.OVERVIEW,
|
||||
currentSubproject: null,
|
||||
participantAnonymous: false,
|
||||
companionState: CompanionState.ACTIVE,
|
||||
companionState: CompanionState.IDLE,
|
||||
infoMessageShown: false,
|
||||
infoMessages: [],
|
||||
finishedGame: false,
|
||||
|
|
|
|||
Reference in a new issue