diff --git a/js/src/forum/components/IndexPage.js b/js/src/forum/components/IndexPage.js index 433f5196f..a8cc4b6fb 100644 --- a/js/src/forum/components/IndexPage.js +++ b/js/src/forum/components/IndexPage.js @@ -48,11 +48,12 @@ export default class IndexPage extends Page { const curPath = m.route.get(); if (this.currentPath !== curPath) { + this.onNewRoute(); + app.discussions.clear(); app.discussions.refreshParams(app.search.params()); - this.onNewRoute(); this.currentPath = curPath; this.setTitle();