This commit is contained in:
znetsixe
2026-03-11 11:13:32 +01:00
parent 38013a86db
commit 32ebfd7154
3 changed files with 4 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
icon: "font-awesome/fa-tachometer",
label: function () {
return this.positionIcon + " " + this.category.slice(0, -1) || "Monster";
return (this.positionIcon || "") + " " + (this.category ? this.category.slice(0, -1) : "Monster");
},
oneditprepare: function() {