Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2024-06-30 18:52:28 +02:00
parent 2d7eee3755
commit 370b84fc7b
1 changed files with 2 additions and 2 deletions

View File

@ -8084,7 +8084,7 @@ module.exports = (_ => {
],
after: [
"DiscordTag",
"UserPopoutAvatar"
"UserHeaderAvatar"
],
componentDidMount: [
"Account",
@ -8322,7 +8322,7 @@ module.exports = (_ => {
Internal.processSearchBar = function (e) {
if (typeof e.instance.props.query != "string") e.instance.props.query = "";
};
Internal.processUserPopoutAvatar = function (e) {
Internal.processUserHeaderAvatar = function (e) {
if (!e.instance.props.user) return;
e.returnvalue = Internal._processAvatarRender(e.instance.props.user, e.returnvalue, e.instance) || e.returnvalue;
};