This commit is contained in:
Mirco Wittrien 2020-03-13 12:03:18 +01:00
parent 5bca9e90e9
commit 5992f77f8a
2 changed files with 2 additions and 2 deletions

View File

@ -7440,7 +7440,7 @@
}
};
InternalComponents.LibraryComponents.SettingsGuildsList = BDFDB.ReactUtils.getValue(window.BDFDB, "LibraryComponents.SettingsGuildsList") || reactInitialized && class BDFDB_SettingsGuildsList extends LibraryModules.React.Component {
InternalComponents.LibraryComponents.SettingsGuildList = BDFDB.ReactUtils.getValue(window.BDFDB, "LibraryComponents.SettingsGuildList") || reactInitialized && class BDFDB_SettingsGuildList extends LibraryModules.React.Component {
render() {
this.props.disabled = BDFDB.ArrayUtils.is(this.props.disabled) ? this.props.disabled : [];
return BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {

File diff suppressed because one or more lines are too long