From 370b84fc7b8133b004dc4c0e07519e75aec1bb8f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 30 Jun 2024 18:52:28 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 9957c940e1..d490a3f0e4 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -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; };