Update group_title.js

This commit is contained in:
Aleksandr Statciuk 2022-02-12 02:13:28 +03:00
parent 83f690b157
commit 0d1ab5dfe9
1 changed files with 1 additions and 0 deletions

View File

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