Fix whitespace issues

This commit is contained in:
Nick Thomson 2022-09-23 19:37:30 +01:00
parent c3f2e606dd
commit 731cf8e4ed
5 changed files with 47 additions and 50 deletions

View file

@ -111,7 +111,6 @@ export const mutations = {
state.isCasting = val
},
setShowBatchQuickMatchModal(state, val) {
console.log("setShowBatchQuickMatchModal: " + val)
state.showBatchQuickMatchModal = val
}
}