diff --git a/apps/client/src/app/components/home-overview/home-overview.component.ts b/apps/client/src/app/components/home-overview/home-overview.component.ts index f056fa55b..4f872d4f7 100644 --- a/apps/client/src/app/components/home-overview/home-overview.component.ts +++ b/apps/client/src/app/components/home-overview/home-overview.component.ts @@ -21,7 +21,6 @@ import { DataService } from '@ghostfolio/ui/services'; import { ChangeDetectorRef, Component, - CUSTOM_ELEMENTS_SCHEMA, DestroyRef, inject, OnInit @@ -38,7 +37,6 @@ import { DeviceDetectorService } from 'ngx-device-detector'; MatButtonModule, RouterModule ], - schemas: [CUSTOM_ELEMENTS_SCHEMA], selector: 'gf-home-overview', styleUrls: ['./home-overview.scss'], templateUrl: './home-overview.html' @@ -46,12 +44,9 @@ import { DeviceDetectorService } from 'ngx-device-detector'; export class GfHomeOverviewComponent implements OnInit { protected deviceType: string; protected errors: AssetProfileIdentifier[]; - protected hasError: boolean; protected hasImpersonationId: boolean; protected hasPermissionToCreateActivity: boolean; protected historicalDataItems: LineChartItem[] | null; - protected isAllTimeHigh: boolean; - protected isAllTimeLow: boolean; protected isLoadingPerformance = true; protected performance: PortfolioPerformance; protected performanceLabel = $localize`Performance`; diff --git a/apps/client/src/app/components/home-overview/home-overview.html b/apps/client/src/app/components/home-overview/home-overview.html index b3b957d72..7c740f7e1 100644 --- a/apps/client/src/app/components/home-overview/home-overview.html +++ b/apps/client/src/app/components/home-overview/home-overview.html @@ -88,8 +88,6 @@ class="pb-4" [deviceType]="deviceType" [errors]="errors" - [isAllTimeHigh]="isAllTimeHigh" - [isAllTimeLow]="isAllTimeLow" [isLoading]="isLoadingPerformance" [locale]="user?.settings?.locale" [performance]="performance" diff --git a/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html b/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html index 9db996fbf..e8bcfea0e 100644 --- a/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html +++ b/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html @@ -24,10 +24,6 @@ }