mirror of https://github.com/bra1n/townsquare.git
minor fix default
This commit is contained in:
parent
7fa763cd26
commit
5457a65de9
|
@ -22,7 +22,7 @@ const state = () => ({
|
|||
nomination: false,
|
||||
votes: [],
|
||||
lockedVote: 0,
|
||||
votingSpeed: 500,
|
||||
votingSpeed: 3000,
|
||||
isVoteInProgress: false,
|
||||
voteHistory: [],
|
||||
markedPlayer: -1,
|
||||
|
|
Loading…
Reference in New Issue