mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +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;
|
this.loadingUpdated = true;
|
||||||
},
|
},
|
||||||
loading: this.loadingUpdated,
|
loading: this.loadingUpdated
|
||||||
children: app.translator.transChoice('flarum-pusher.forum.discussion_list.show_updates_text', count, {count})
|
}, app.translator.transChoice('flarum-pusher.forum.discussion_list.show_updates_text', count, { count }))
|
||||||
})
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user