Browse Source

Improve portfolio summary

pull/7453/head
Thomas Kaul 1 month ago
parent
commit
361644635d
  1. 2
      apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts

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

@ -82,7 +82,7 @@ export class GfAnalysisPageComponent implements OnInit {
protected hasImpersonationId: boolean; protected hasImpersonationId: boolean;
protected hasPermissionToReadAiPrompt: boolean; protected hasPermissionToReadAiPrompt: boolean;
protected investments: InvestmentItem[]; protected investments: InvestmentItem[];
protected readonly investmentTimelineDataLabel = $localize`Investment`; protected readonly investmentTimelineDataLabel = $localize`Invested Capital`;
protected investmentsByGroup: InvestmentItem[]; protected investmentsByGroup: InvestmentItem[];
protected isLoadingAnalysisPrompt: boolean; protected isLoadingAnalysisPrompt: boolean;
protected isLoadingBenchmarkComparator: boolean; protected isLoadingBenchmarkComparator: boolean;

Loading…
Cancel
Save