Update StaffTag.plugin.js

This commit is contained in:
Mirco Wittrien 2022-08-31 12:54:31 +02:00
parent 086327956f
commit ac0bc3b998
1 changed files with 0 additions and 1 deletions

View File

@ -308,7 +308,6 @@ module.exports = (_ => {
inject = this.settings.tagPlaces.userProfile;
tagClass = BDFDB.disCNS.userprofilebottag + BDFDB.disCN.bottagnametag;
}
console.log(e);
if (inject) this.injectStaffTag(e.returnvalue.props.children, e.instance.props.user, userType, 2, {
tagClass: tagClass,
useRem: e.instance.props.useRemSizes,