Update 0BDFDB.plugin.js
This commit is contained in:
parent
5abcd64fcf
commit
3007d502bd
|
@ -7668,14 +7668,10 @@ module.exports = (_ => {
|
||||||
render() {
|
render() {
|
||||||
return BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.PopoutContainer, BDFDB.ObjectUtils.exclude(Object.assign({}, this.props, {
|
return BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.PopoutContainer, BDFDB.ObjectUtils.exclude(Object.assign({}, this.props, {
|
||||||
wrap: false,
|
wrap: false,
|
||||||
renderPopout: instance => {
|
renderPopout: instance => BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.UserPopout, {
|
||||||
return BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.UserPopout, {
|
user: LibraryModules.UserStore.getUser(this.props.userId)
|
||||||
userId: this.props.userId,
|
}),
|
||||||
guildId: this.props.guildId,
|
}), "userId"));
|
||||||
channelId: this.props.channelId
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}), "userId", "guildId", "channelId"));
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue