mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Удалён постоянный вызов dispatchBsod() при загрузке страницы
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user