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

fix lint error

parent f739b344
No related branches found
No related tags found
1 merge request!144remove console log, change route to community home after creation, add admin...
......@@ -22,7 +22,7 @@ const mutations = {
addAdmin(state, communityID) {
if (!Number(communityID)) return;
state.adminList.push(communityID);
}
},
};
export default {
......
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