|
|
@ -104,7 +104,10 @@ export class GfHomeSummaryComponent implements OnInit { |
|
|
.fetchPortfolioDetails() |
|
|
.fetchPortfolioDetails() |
|
|
.pipe(takeUntilDestroyed(this.destroyRef)) |
|
|
.pipe(takeUntilDestroyed(this.destroyRef)) |
|
|
.subscribe(({ summary }) => { |
|
|
.subscribe(({ summary }) => { |
|
|
|
|
|
if (summary) { |
|
|
this.summary = summary; |
|
|
this.summary = summary; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
this.isLoading = false; |
|
|
this.isLoading = false; |
|
|
|
|
|
|
|
|
this.changeDetectorRef.markForCheck(); |
|
|
this.changeDetectorRef.markForCheck(); |
|
|
|