Prechádzať zdrojové kódy

fixed linting error

amadilsons 7 rokov pred
rodič
commit
e03f2102de
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;