Update 0BDFDB.plugin.js
This commit is contained in:
parent
2d7eee3755
commit
370b84fc7b
|
@ -8084,7 +8084,7 @@ module.exports = (_ => {
|
||||||
],
|
],
|
||||||
after: [
|
after: [
|
||||||
"DiscordTag",
|
"DiscordTag",
|
||||||
"UserPopoutAvatar"
|
"UserHeaderAvatar"
|
||||||
],
|
],
|
||||||
componentDidMount: [
|
componentDidMount: [
|
||||||
"Account",
|
"Account",
|
||||||
|
@ -8322,7 +8322,7 @@ module.exports = (_ => {
|
||||||
Internal.processSearchBar = function (e) {
|
Internal.processSearchBar = function (e) {
|
||||||
if (typeof e.instance.props.query != "string") e.instance.props.query = "";
|
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;
|
if (!e.instance.props.user) return;
|
||||||
e.returnvalue = Internal._processAvatarRender(e.instance.props.user, e.returnvalue, e.instance) || e.returnvalue;
|
e.returnvalue = Internal._processAvatarRender(e.instance.props.user, e.returnvalue, e.instance) || e.returnvalue;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue