mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
* fixed party members view to remain on invites tab after removing invite if any remain * removed redundant viewInvites() call
This commit is contained in:
parent
b108b047cd
commit
59c4b32d69
1 changed files with 1 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Reference in a new issue