Béranger Campardou 8 anni fa
parent
commit
5eda2c80f8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      client/components/lists/listHeader.js

+ 1 - 1
client/components/lists/listHeader.js

@@ -56,5 +56,5 @@ Template.listActionPopup.events({
     const currentList = this;
     evt.preventDefault();
     Lists.remove(currentList._id);
-  }
+  },
 });