Fix #11 by remembering whether results are shown in state
This commit is contained in:
@ -16,7 +16,8 @@ const defaultState = {
|
||||
questionStartTotalTimer: 0,
|
||||
totalTimer: 0,
|
||||
totalInterval: null,
|
||||
fsaTeamCountTroll: 0
|
||||
fsaTeamCountTroll: 0,
|
||||
resultsShown: false
|
||||
}
|
||||
|
||||
var state
|
||||
|
||||
Reference in New Issue
Block a user