mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 12:48:28 +08:00
fix: posts tab on users page broken
This commit is contained in:
parent
2e5cd6f5c3
commit
ad8ac4e342
|
@ -145,7 +145,7 @@ export default class PostsUserPage extends UserPage {
|
|||
parseResults(results) {
|
||||
this.loading = false;
|
||||
|
||||
this.posts.push(results);
|
||||
this.posts.push(...results);
|
||||
|
||||
this.moreResults = results.length >= this.loadLimit;
|
||||
m.redraw();
|
||||
|
|
Loading…
Reference in New Issue
Block a user