removed community from store

This commit is contained in:
Ulf Gebhardt 2022-04-07 12:55:47 +02:00
parent 751387ee3d
commit ab3ff9cf4a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -38,9 +38,6 @@ export const mutations = {
isAdmin: (state, isAdmin) => { isAdmin: (state, isAdmin) => {
state.isAdmin = !!isAdmin state.isAdmin = !!isAdmin
}, },
community: (state, community) => {
state.community = community
},
coinanimation: (state, coinanimation) => { coinanimation: (state, coinanimation) => {
state.coinanimation = coinanimation state.coinanimation = coinanimation
}, },
@ -96,10 +93,6 @@ try {
isAdmin: false, isAdmin: false,
coinanimation: true, coinanimation: true,
newsletterState: null, newsletterState: null,
community: {
name: '',
description: '',
},
hasElopage: false, hasElopage: false,
publisherId: null, publisherId: null,
}, },