This commit is contained in:
Mirco Wittrien 2019-11-14 22:03:53 +01:00
parent c6468b5a1c
commit 8e501d83e8
2 changed files with 3 additions and 1 deletions

View File

@ -6711,6 +6711,8 @@ var BDFDB = {
LibraryComponents.GuildComponents.Pill = BDFDB.ModuleUtils.findByString("opacity:1,height:", "20:8", "default.item");
LibraryComponents.LazyImage = BDFDB.ModuleUtils.findByName("LazyImage");
LibraryComponents.ListRow = reactInitialized && class BDFDB_ListRow extends LibraryModules.React.Component {
render () {
return BDFDB.ReactUtils.createElement("div", {

File diff suppressed because one or more lines are too long