mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
fix: posts tab on users page broken
This commit is contained in:
@@ -145,7 +145,7 @@ export default class PostsUserPage extends UserPage {
|
|||||||
parseResults(results) {
|
parseResults(results) {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
|
||||||
this.posts.push(results);
|
this.posts.push(...results);
|
||||||
|
|
||||||
this.moreResults = results.length >= this.loadLimit;
|
this.moreResults = results.length >= this.loadLimit;
|
||||||
m.redraw();
|
m.redraw();
|
||||||
|
Reference in New Issue
Block a user