Fixed some editing bugs on new buffs, improved style
This commit is contained in:
@@ -34,7 +34,6 @@ Template.characterSideList.helpers({
|
||||
},
|
||||
isOpen(id) {
|
||||
var openedParties = Template.instance().openedParties.get();
|
||||
console.log(openedParties);
|
||||
return openedParties.has(id);
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user