amadilsons 8 лет назад
Родитель
Сommit
e03f2102de
1 измененных файлов с 1 добавлено и 1 удалено
  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;