@@ -252,7 +252,7 @@ export default {
// Fires when navigating between pages with different sorts
sortBy(newSort) {
if(!Object.values(sortTypes).includes(newSort)) return
- // this.initPostList()
+ this.initPostList()
},
mounted() {