Fix #11 by remembering whether results are shown in state

This commit is contained in:
2022-01-15 22:33:54 +01:00
parent 0a9055431f
commit 095716c2eb
2 changed files with 9 additions and 1 deletions

View File

@ -16,7 +16,8 @@ const defaultState = {
questionStartTotalTimer: 0,
totalTimer: 0,
totalInterval: null,
fsaTeamCountTroll: 0
fsaTeamCountTroll: 0,
resultsShown: false
}
var state