diff --git a/js/src/forum/components/PostsUserPage.js b/js/src/forum/components/PostsUserPage.js index 50fbaf6ce..5c8f1901a 100644 --- a/js/src/forum/components/PostsUserPage.js +++ b/js/src/forum/components/PostsUserPage.js @@ -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();