diff --git a/src/App/App.js b/src/App/App.js index fdbf821f0..6c05459d2 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -31,7 +31,7 @@ const App = () => { } }); } - setCoreInitialized(services.core.active || services.core.error instanceof Error); + setCoreInitialized(services.core.active); }; services.shell.on('stateChanged', onShellStateChanged); services.core.on('stateChanged', onCoreStateChanged);