@@ -165,7 +165,7 @@ export default {
this.checkAndSetHero(this.type)
// Load first page of results
- this.getPosts({ clear: true })
+ this.getPosts({ clear: false })
this.setIntersectionLoader()
},