Browse Source

Refactoring

pull/3563/head
Thomas Kaul 1 year ago
parent
commit
267f579c2a
  1. 4
      apps/client/src/app/components/home-holdings/home-holdings.component.ts

4
apps/client/src/app/components/home-holdings/home-holdings.component.ts

@ -77,6 +77,8 @@ export class HomeHoldingsComponent implements OnDestroy, OnInit {
); );
this.initialize(); this.initialize();
this.changeDetectorRef.markForCheck();
} }
}); });
} }
@ -134,7 +136,5 @@ export class HomeHoldingsComponent implements OnDestroy, OnInit {
this.changeDetectorRef.markForCheck(); this.changeDetectorRef.markForCheck();
}); });
this.changeDetectorRef.markForCheck();
} }
} }

Loading…
Cancel
Save