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
@@ -110,6 +110,7 @@
return invite.text.length > 0 && !invite.valid;
});
if (filteredInvites.length > 0) return true;
return false;
},
inviter () {
return this.user.profile.name;