mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Don't provide children as attr
This commit is contained in:
parent
5d013bfea7
commit
49d9354025
|
@ -81,9 +81,8 @@ app.initializers.add('flarum-pusher', () => {
|
|||
});
|
||||
this.loadingUpdated = true;
|
||||
},
|
||||
loading: this.loadingUpdated,
|
||||
children: app.translator.transChoice('flarum-pusher.forum.discussion_list.show_updates_text', count, {count})
|
||||
})
|
||||
loading: this.loadingUpdated
|
||||
}, app.translator.transChoice('flarum-pusher.forum.discussion_list.show_updates_text', count, { count }))
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user