Update group_title.js
This commit is contained in:
parent
83f690b157
commit
0d1ab5dfe9
|
@ -3,6 +3,7 @@ module.exports = function () {
|
|||
|
||||
if (this.categories.length) {
|
||||
return this.categories
|
||||
.filter(c => c)
|
||||
.map(category => category.name)
|
||||
.sort()
|
||||
.join(';')
|
||||
|
|
Loading…
Reference in New Issue