Update group_title.js

pull/6435/head
Aleksandr Statciuk 3 years ago
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…
Cancel
Save