@@ -54,7 +54,7 @@ export default {
},
pType() {
console.log(this.type)
- return this.sortBy ? `${this.type.split('/')[0]}s` : `${this.type}s`
+ return this.sortBy ? `${convertTitleCase(this.type.split('/')[0])}s` : `${convertTitleCase(this.type)}s`
loaded() {
if (!this.pType) return