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

@ -106,7 +106,7 @@ template(name="boardTeamGeneral")
if currentUser.isBoardAdmin
a.member.orgOrTeamMember.add-member.js-manage-board-addTeam(title="{{_ 'add-members'}}")
i.fa.fa-plus
each currentBoard.activeteams
each currentBoard.activeTeams
+boardTeamRow(teamId=this.teamId)
template(name="boardChangeColorPopup")

View file

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