Browse Source

fix: remove debugger statement

pull/4394/head
tobikugel 6 months ago
parent
commit
02529b7e09
  1. 2
      apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.ts

2
apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.ts

@ -134,7 +134,7 @@ export class XRayPageComponent {
rules['regionalMarketClusterRisk']?.filter(({ isActive }) => {
return isActive;
}) ?? null;
debugger;
this.isLoading = false;
this.changeDetectorRef.markForCheck();

Loading…
Cancel
Save