Skip to content
Snippets Groups Projects
Commit 0030efef authored by Erik Borgeteien Hansen's avatar Erik Borgeteien Hansen
Browse files

remove getter

parent bddacedd
No related branches found
No related tags found
1 merge request!128Admin page guard
......@@ -20,14 +20,7 @@ const mutations = {
},
};
const getters = {
isAdminInCommunity: (state) => (communityID) => {
return state.adminList.includes(communityID);
},
};
export default {
state,
mutations,
getters,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment