mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
client lint first pass
This commit is contained in:
@@ -187,7 +187,7 @@ export default {
|
||||
this.members = this.$store.state.memberModalOptions.viewingMembers;
|
||||
}
|
||||
|
||||
if (!this.members || this.members.length === 0 && !this.groupId) {
|
||||
if (!this.members || (this.members.length === 0 && !this.groupId)) {
|
||||
this.members = [this.user];
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user