Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2022-10-22 12:12:40 +02:00
parent e4dd13f3b3
commit 09366d6727
1 changed files with 0 additions and 1 deletions

View File

@ -8231,7 +8231,6 @@ module.exports = (_ => {
if (index > -1) children[index] = Internal._processAvatarRender(e.instance.props.user, children[index], e.instance) || children[index];
};
Internal.processUserThemedPopoutAvatar = function (e) {
console.log(e);
if (!e.instance.props.user) return;
let [children, index] = BDFDB.ReactUtils.findParent(e.returnvalue, {props: [["className", BDFDB.disCN.userpopoutthemedavatarwrapper]]});
if (index > -1) children[index] = Internal._processAvatarRender(e.instance.props.user, children[index], e.instance) || children[index];