This commit is contained in:
Mirco Wittrien 2020-08-05 20:45:14 +02:00
parent b5e0da0841
commit 6edd8d61cb
2 changed files with 1 additions and 2 deletions

View File

@ -9575,7 +9575,6 @@
render() {
return BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.PopoutContainer, BDFDB.ObjectUtils.exclude(Object.assign({}, this.props, {
wrap: false,
children: this.props.children,
renderPopout: instance => {
return BDFDB.ReactUtils.createElement(BDFDB.ModuleUtils.findByName("FluxContainer(ForwardRef(SubscribeGuildMembersContainer(UserPopout)))"), {
userId: this.props.userId,

File diff suppressed because one or more lines are too long