Browse Source

fixed linting error

amadilsons 7 năm trước cách đây
mục cha
commit
e03f2102de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;