Guarded against error when hiding feature description portion of card
This commit is contained in:
@@ -57,7 +57,7 @@ Template.features.helpers({
|
||||
return removeDuplicateProficiencies(profs);
|
||||
},
|
||||
hasCharacters: function(string){
|
||||
return string.match(/\S/);
|
||||
return string && string.match(/\S/);
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user