[DE] refactoring
This commit is contained in:
parent
f3dfa26818
commit
15ac68d681
|
@ -145,9 +145,6 @@ class MainPage extends Component {
|
||||||
const showPlaceholder = !appOptions.isDocReady && (!config.customization || !(config.customization.loaderName || config.customization.loaderLogo));
|
const showPlaceholder = !appOptions.isDocReady && (!config.customization || !(config.customization.loaderName || config.customization.loaderLogo));
|
||||||
const isBranding = appOptions.canBranding || appOptions.canBrandingExt;
|
const isBranding = appOptions.canBranding || appOptions.canBrandingExt;
|
||||||
|
|
||||||
if ($$('.skl-container').length) {
|
|
||||||
$$('.skl-container').remove();
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page name="home" className={`editor${showLogo ? ' page-with-logo' : ''}`}>
|
<Page name="home" className={`editor${showLogo ? ' page-with-logo' : ''}`}>
|
||||||
|
|
Loading…
Reference in a new issue