Explorar el Código

fixed linting error

amadilsons hace 7 años
padre
commit
e03f2102de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
       this.toggleDeleteDialog.set(false);
     }
     }
   },
   },
-  
+
   deleteItem() {
   deleteItem() {
     const checklist = this.currentData().checklist;
     const checklist = this.currentData().checklist;
     const item = this.currentData().item;
     const item = this.currentData().item;