chore: update

This commit is contained in:
Tony133
2025-12-17 10:11:37 +01:00
parent e0244ba2b8
commit 0a06287f64

View File

@@ -141,7 +141,7 @@ export class HomepageComponent implements OnInit, OnDestroy, AfterViewInit {
}
}
public onRouteActivate(component: BasePageComponent) {
public onRouteActivate(component: BasePageComponent): void {
if (!component) {
return;
}