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) => {
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,
},