diff --git a/frontend_v2/src/app/components/publiclists/publiclists.component.ts b/frontend_v2/src/app/components/publiclists/publiclists.component.ts index cdee30625d..6edd4ea79d 100644 --- a/frontend_v2/src/app/components/publiclists/publiclists.component.ts +++ b/frontend_v2/src/app/components/publiclists/publiclists.component.ts @@ -39,11 +39,11 @@ export class PubliclistsComponent implements OnInit, AfterViewChecked { ngOnInit() { this.isAuth = this.authService.isAuth; } + /** * DEV MODE: * For resolving change in expression value after it is checked */ - ngAfterViewChecked() { let isAuth = this.authService.isAuth; if(isAuth != this.isAuth) {