Removed blank bit of card on features with no short description
This commit is contained in:
@@ -56,6 +56,9 @@ Template.features.helpers({
|
||||
var profs = Proficiencies.find({charId: this._id, type: "tool"});
|
||||
return removeDuplicateProficiencies(profs);
|
||||
},
|
||||
hasCharacters: function(string){
|
||||
return string.match(/\S/);
|
||||
},
|
||||
});
|
||||
|
||||
Template.features.events({
|
||||
|
||||
Reference in New Issue
Block a user