mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-03 21:54:38 +00:00
minor fix to previous
This commit is contained in:
parent
b9b9e59b53
commit
5aba663403
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ class LiveSession {
|
|||
if (!isLightweight) {
|
||||
this._store.commit("toggleNight", !!isNight);
|
||||
this._store.commit(
|
||||
"session/toggleRecordVoteHistory",
|
||||
"session/setVoteHistoryAllowed",
|
||||
isVoteHistoryAllowed
|
||||
);
|
||||
this._store.commit("session/nomination", {
|
||||
|
|
Loading…
Add table
Reference in a new issue