Fix up clicking

This commit is contained in:
Dennis Schoepf 2021-08-08 00:29:13 +02:00
parent f9bee84194
commit 3e3cec06f6

View file

@ -36,7 +36,7 @@ const store = create<State>((set) => ({
currentScene: Scenes.OVERVIEW, currentScene: Scenes.OVERVIEW,
currentSubproject: null, currentSubproject: null,
participantAnonymous: false, participantAnonymous: false,
companionState: CompanionState.ACTIVE, companionState: CompanionState.IDLE,
infoMessageShown: false, infoMessageShown: false,
infoMessages: [], infoMessages: [],
finishedGame: false, finishedGame: false,