mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-27 01:02:14 +05:30
Удалён постоянный вызов dispatchBsod() при загрузке страницы
This commit is contained in:
parent
21f21daf60
commit
338532c1e3
@ -19,8 +19,6 @@ logger.init({
|
||||
sentryCdn: window.SENTRY_CDN
|
||||
});
|
||||
|
||||
import dispatchBsod from 'components/ui/bsod/dispatchBsod'; // TODO: remove after tests
|
||||
|
||||
const store = storeFactory();
|
||||
|
||||
bsodFactory(store, stopLoading);
|
||||
@ -36,7 +34,6 @@ Promise.all([
|
||||
<Router history={browserHistory} onUpdate={() => {
|
||||
restoreScroll();
|
||||
stopLoading();
|
||||
setTimeout(dispatchBsod, 0); // TODO: remove after tests
|
||||
}}>
|
||||
{routesFactory(store)}
|
||||
</Router>
|
||||
|
Loading…
Reference in New Issue
Block a user