Browse Source

fixed linting error

amadilsons 8 years ago
parent
commit
e03f2102de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/cards/checklists.js

+ 1 - 1
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;