Browse Source

Clean up

pull/7275/head
Thomas Kaul 6 days ago
parent
commit
6a52d38588
  1. 1
      apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts

1
apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts

@ -390,6 +390,7 @@ export class GfAnalysisPageComponent implements OnInit {
}); });
this.fetchDividendsAndInvestments(); this.fetchDividendsAndInvestments();
this.changeDetectorRef.markForCheck(); this.changeDetectorRef.markForCheck();
} }

Loading…
Cancel
Save