Fix typos.

This commit is contained in:
Lauri Ojansivu 2021-07-05 13:43:03 +03:00
parent 2a611a8935
commit 06d2880a7e
2 changed files with 2 additions and 2 deletions

View file

@ -754,7 +754,7 @@ Boards.helpers({
// return this.orgs === undefined || this.orgs.length <= 0;
// },
activeteams() {
activeTeams() {
return _.where(this.teams, { isActive: true });
},