fixed tabs

This commit is contained in:
kolaente 2018-09-14 07:39:54 +02:00
parent cf1b759439
commit 87787d299e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -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