* fixed party members view to remain on invites tab after removing invite if any remain * removed redundant viewInvites() call
This commit is contained in:
committed by
Matteo Pagliazzi
parent
b108b047cd
commit
59c4b32d69
@@ -655,7 +655,7 @@ export default {
|
||||
memberId: member._id,
|
||||
groupId: this.groupId,
|
||||
});
|
||||
this.viewMembers();
|
||||
if (this.invites.length === 0) this.viewMembers();
|
||||
},
|
||||
async promoteToLeader (member) {
|
||||
const groupData = { ...this.group };
|
||||
|
||||
Reference in New Issue
Block a user