fixed linting error

reviewable/pr1257/r2
amadilsons 8 years ago
parent 4a20208d95
commit e03f2102de
  1. 2
      client/components/cards/checklists.js

@ -113,7 +113,7 @@ BlazeComponent.extendComponent({
this.toggleDeleteDialog.set(false);
}
},
deleteItem() {
const checklist = this.currentData().checklist;
const item = this.currentData().item;

Loading…
Cancel
Save