loadAvailability on ngInit

This commit is contained in:
Matteo Gheza 2023-08-30 00:58:03 +02:00
parent 8b8c6ec2f3
commit 26b114efdd
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ export class ListComponent implements OnInit, OnDestroy {
this.auth.authChanged.subscribe({
next: () => this.loadAvailability()
});
this.loadAvailability();
}
ngOnDestroy(): void {