fixed tabs
This commit is contained in:
parent
cf1b759439
commit
87787d299e
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@
|
|||
this.$set(this, 'team', response.data)
|
||||
let members = response.data.members
|
||||
for (const m in members) {
|
||||
if (members[m].id === this.user.infos.id && members[m].admin) {
|
||||
this.userIsAdmin = true
|
||||
if (members[m].id === this.user.infos.id && members[m].admin) {
|
||||
this.userIsAdmin = true
|
||||
}
|
||||
}
|
||||
this.loading = false
|
||||
|
|
Loading…
Reference in a new issue