Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-06-25 10:05:50 +02:00
parent 3007d502bd
commit 08fc703fdd
1 changed files with 1 additions and 0 deletions

View File

@ -7669,6 +7669,7 @@ module.exports = (_ => {
return BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.PopoutContainer, BDFDB.ObjectUtils.exclude(Object.assign({}, this.props, {
wrap: false,
renderPopout: instance => BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.UserPopout, {
userId: this.props.userId,
user: LibraryModules.UserStore.getUser(this.props.userId)
}),
}), "userId"));