Remove console.log
This commit is contained in:
@@ -8,7 +8,6 @@ export const getters = {
|
|||||||
|
|
||||||
export const mutations = {
|
export const mutations = {
|
||||||
toggleCardsShown(state) {
|
toggleCardsShown(state) {
|
||||||
console.log(state.cardsShown)
|
|
||||||
if (process.browser) localStorage.setItem('cardsShown', !state.cardsShown)
|
if (process.browser) localStorage.setItem('cardsShown', !state.cardsShown)
|
||||||
state.cardsShown = !state.cardsShown
|
state.cardsShown = !state.cardsShown
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user