diff --git a/src/frontend/dashboard/src/app/app.component.html b/src/frontend/dashboard/src/app/app.component.html
index 43181de..c66d70e 100644
--- a/src/frontend/dashboard/src/app/app.component.html
+++ b/src/frontend/dashboard/src/app/app.component.html
@@ -4,7 +4,9 @@
Dashboard and Widgets
-
+
+
diff --git a/src/frontend/dashboard/src/app/dashboard/dashboard/dashboard.component.ts b/src/frontend/dashboard/src/app/dashboard/dashboard/dashboard.component.ts
index 3465651..52ff6ad 100644
--- a/src/frontend/dashboard/src/app/dashboard/dashboard/dashboard.component.ts
+++ b/src/frontend/dashboard/src/app/dashboard/dashboard/dashboard.component.ts
@@ -35,7 +35,7 @@ import { DashboardService } from '../dashboard.service';
})
export class DashboardComponent implements AfterViewInit {
- @ViewChild('content', { read: ViewContainerRef, static: false }) content: ViewContainerRef;
+ @ViewChild('content', { read: ViewContainerRef }) content: ViewContainerRef;
constructor(private compiler: Compiler, private dashboardService: DashboardService,
private injector: Injector) { }