Update StaffTag.plugin.js

This commit is contained in:
Mirco Wittrien 2022-11-22 02:49:57 +01:00
parent 947c0267d3
commit b16e17ace7
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ module.exports = (_ => {
}
else if (e.instance.props.className.indexOf(BDFDB.disCN.userprofilenametag) > -1) {
inject = this.settings.tagPlaces.userProfile;
tagClass = BDFDB.disCNS.userprofilebottag + BDFDB.disCN.bottagnametag;
tagClass = BDFDB.disCN.bottagnametag;
}
if (inject) this.injectStaffTag(e.returnvalue.props.children, e.instance.props.user, userType, 2, {
tagClass: tagClass,