Update group_title.js

pull/29009/head
Aleksandr Statciuk 4 years ago
parent 5de2895089
commit e022d4b7a5

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

Loading…
Cancel
Save