stuff
This commit is contained in:
parent
5bca9e90e9
commit
5992f77f8a
|
@ -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() {
|
render() {
|
||||||
this.props.disabled = BDFDB.ArrayUtils.is(this.props.disabled) ? this.props.disabled : [];
|
this.props.disabled = BDFDB.ArrayUtils.is(this.props.disabled) ? this.props.disabled : [];
|
||||||
return BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
return BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue