summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/home/home.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/views/home/home.component.ts')
-rw-r--r--usecaseui-portal/src/app/views/home/home.component.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/usecaseui-portal/src/app/views/home/home.component.ts b/usecaseui-portal/src/app/views/home/home.component.ts
index 75ebb183..1b01dfff 100644
--- a/usecaseui-portal/src/app/views/home/home.component.ts
+++ b/usecaseui-portal/src/app/views/home/home.component.ts
@@ -59,10 +59,6 @@ export class HomeComponent implements OnInit {
this.seriverChart.resize(this.services.nativeElement.offsetHeight, 250)
}
- ngOnDestroy() {
- this.resizeMark.unsubscribe()
- }
-
// services
serviceNumber: number = 0;
serviceChartData: Object;