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,
|
nomination: false,
|
||||||
votes: [],
|
votes: [],
|
||||||
lockedVote: 0,
|
lockedVote: 0,
|
||||||
votingSpeed: 500,
|
votingSpeed: 3000,
|
||||||
isVoteInProgress: false,
|
isVoteInProgress: false,
|
||||||
voteHistory: [],
|
voteHistory: [],
|
||||||
markedPlayer: -1,
|
markedPlayer: -1,
|
||||||
|
|
Loading…
Reference in New Issue