This commit is contained in:
Mirco Wittrien 2019-11-22 10:57:40 +01:00
parent 11dc07a0f6
commit 53b2faff05
2 changed files with 2 additions and 2 deletions

View File

@ -6695,7 +6695,7 @@ var BDFDB = {
var Guild = isDraggedGuild ? BDFDB.ReactUtils.createElement("div", {
children: BDFDB.ReactUtils.createElement(LibraryComponents.GuildComponents.DragPlaceholder, {})
}) : BDFDB.ReactUtils.createElement("div", {
className: BDFDB.disCN.guildcontainer,
className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN.guildcontainer, this.props.className),
children: BDFDB.ReactUtils.createElement(LibraryComponents.GuildComponents.BlobMask, {
selected: this.state.isDropHovering || this.props.selected || this.state.hovered,
upperBadge: this.props.unavailable ? LibraryComponents.GuildComponents.renderUnavailableBadge() : LibraryComponents.GuildComponents.renderIconBadge(this.props.audio, this.props.video),

File diff suppressed because one or more lines are too long