typo in renaming itemDetail to checklistItemDetail

This commit is contained in:
Nicu Tofan 2018-06-24 17:42:58 +03:00
parent 50f170b75d
commit a0c02f4a50
No known key found for this signature in database
GPG key ID: 7EE66E95E64FD0B7
2 changed files with 4 additions and 4 deletions

View file

@ -204,7 +204,7 @@ Template.checklistDeleteDialog.onDestroyed(() => {
$cardDetails.animate( { scrollTop: this.scrollState.position });
});
Template.cjecklistItemDetail.helpers({
Template.checklistItemDetail.helpers({
canModifyCard() {
return Meteor.user() && Meteor.user().isBoardMember() && !Meteor.user().isCommentOnly();
},
@ -223,4 +223,4 @@ BlazeComponent.extendComponent({
'click .js-checklist-item .check-box': this.toggleItem,
}];
},
}).register('cjecklistItemDetail');
}).register('checklistItemDetail');