client lint first pass

This commit is contained in:
Matteo Pagliazzi
2019-10-11 20:35:49 +02:00
parent 07cffe9e16
commit a625e83b53
104 changed files with 1053 additions and 893 deletions

View File

@@ -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];
}
},