wip
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user