diff --git a/frontend/src/store/store.js b/frontend/src/store/store.js index 458c8c8de..526a2c84f 100644 --- a/frontend/src/store/store.js +++ b/frontend/src/store/store.js @@ -38,9 +38,6 @@ export const mutations = { isAdmin: (state, isAdmin) => { state.isAdmin = !!isAdmin }, - community: (state, community) => { - state.community = community - }, coinanimation: (state, coinanimation) => { state.coinanimation = coinanimation }, @@ -96,10 +93,6 @@ try { isAdmin: false, coinanimation: true, newsletterState: null, - community: { - name: '', - description: '', - }, hasElopage: false, publisherId: null, },