minor fix to previous

This commit is contained in:
nicfreeman1209 2021-05-05 15:08:49 +01:00
parent b9b9e59b53
commit 5aba663403
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ class LiveSession {
if (!isLightweight) { if (!isLightweight) {
this._store.commit("toggleNight", !!isNight); this._store.commit("toggleNight", !!isNight);
this._store.commit( this._store.commit(
"session/toggleRecordVoteHistory", "session/setVoteHistoryAllowed",
isVoteHistoryAllowed isVoteHistoryAllowed
); );
this._store.commit("session/nomination", { this._store.commit("session/nomination", {