Update group_title.js

This commit is contained in:
Aleksandr Statciuk
2022-02-12 02:13:28 +03:00
parent 5de2895089
commit e022d4b7a5

View File

@@ -3,6 +3,7 @@ module.exports = function () {
if (this.categories.length) { if (this.categories.length) {
return this.categories return this.categories
.filter(c => c)
.map(category => category.name) .map(category => category.name)
.sort() .sort()
.join(';') .join(';')