Béranger Campardou hace 9 años
padre
commit
5eda2c80f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
-  }
+  },
 });