2
0
Béranger Campardou 8 жил өмнө
parent
commit
5eda2c80f8

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

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