FIX: Broken Javscript test
This commit is contained in:
parent
5f54dd908a
commit
207bf1b339
|
@ -48,7 +48,7 @@ export default Ember.Controller.extend({
|
|||
|
||||
@computed('model.long_description')
|
||||
longDescription(modelLongDesc) {
|
||||
return Discourse.Emoji.unescape(modelLongDesc);
|
||||
return Discourse.Emoji.unescape(modelLongDesc || '');
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue