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