fix esling

This commit is contained in:
Matteo Pagliazzi
2019-10-01 16:31:13 +02:00
parent 33b26a69b8
commit 4faa06f37d
3 changed files with 7 additions and 1 deletions

View File

@@ -73,6 +73,8 @@
return this.name;
} else if (this.user && this.user.profile) {
return this.user.profile.name;
} else {
return null;
}
},
level () {