This commit is contained in:
Aleksandr Statciuk 2022-02-07 00:04:56 +03:00
parent d604f35ba1
commit 9a4a62fd10
45 changed files with 733 additions and 35060 deletions

View file

@ -1,5 +1,5 @@
module.exports = function () {
if (this.group_title) return this.group_title
if (this.group_title !== undefined) return this.group_title
if (Array.isArray(this.categories)) {
return this.categories