[DSC-287] Fixed for yarn start error 500 loading

This commit is contained in:
Rezart Vata
2021-12-01 18:50:42 +01:00
parent 04548237fd
commit c8de6ccb4c
2 changed files with 5 additions and 20 deletions

View File

@@ -71,5 +71,9 @@ export class RootComponent implements OnInit {
.pipe(
map(([collapsed, mobile]) => collapsed || mobile)
);
if (this.router.url === '/500') {
this.shouldShowRouteLoader = false;
}
}
}