fix mistakes

This commit is contained in:
Shpuld Shpuldson 2020-04-21 23:56:48 +03:00
parent 6bb75a3a6d
commit 4b7007bc7d
3 changed files with 1 additions and 7 deletions

View file

@ -147,7 +147,6 @@ export const mutations = {
},
addNewUsers (state, users) {
each(users, (user) => {
// console.log(user)
if (user.relationship) {
set(state.relationships, user.relationship.id, user.relationship)
}