mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-02 10:09:51 -04:00
Merge branch 'master' into vdom
This commit is contained in:
commit
071d4aec4d
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ export default Ember.Component.extend({
|
|||
|
||||
render(buffer) {
|
||||
const notification = this.get('notification');
|
||||
// since we are reusing views now sometimes this can be unset
|
||||
if (!notification) { return; }
|
||||
const description = this.get('description');
|
||||
const username = notification.get('data.display_username');
|
||||
var text;
|
||||
|
|
Loading…
Add table
Reference in a new issue