|
|
@ -13,8 +13,8 @@ import { GfValueComponent } from '@ghostfolio/ui/value'; |
|
|
import { |
|
|
import { |
|
|
ChangeDetectionStrategy, |
|
|
ChangeDetectionStrategy, |
|
|
Component, |
|
|
Component, |
|
|
ElementRef, |
|
|
|
|
|
effect, |
|
|
effect, |
|
|
|
|
|
ElementRef, |
|
|
inject, |
|
|
inject, |
|
|
input, |
|
|
input, |
|
|
viewChild |
|
|
viewChild |
|
|
@ -87,6 +87,7 @@ export class GfPortfolioPerformanceComponent { |
|
|
|
|
|
|
|
|
protected onShowErrors() { |
|
|
protected onShowErrors() { |
|
|
const errors = this.errors(); |
|
|
const errors = this.errors(); |
|
|
|
|
|
|
|
|
if (!errors?.length) { |
|
|
if (!errors?.length) { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|