mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Don't provide children as attr
This commit is contained in:
@@ -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 }))
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user