Skip to content

Commit

Permalink
add line
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamjajoo committed Aug 5, 2021
1 parent f342d9c commit b8c095e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b8c095e

Please sign in to comment.