From b8c095e5d7abb190c517f1224bb5a675a8224338 Mon Sep 17 00:00:00 2001 From: gautamjajoo Date: Thu, 5 Aug 2021 21:13:56 +0530 Subject: [PATCH] add line --- .../src/app/components/publiclists/publiclists.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {