mirror of https://github.com/bra1n/townsquare.git
minor fix to previous
This commit is contained in:
parent
b9b9e59b53
commit
5aba663403
|
@ -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…
Reference in New Issue