mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-16 03:30:05 -05:00
FIX: Broken Javscript test
This commit is contained in:
parent
5f54dd908a
commit
207bf1b339
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue