Skip to content

Commit

Permalink
MOSIP-35240 resolved build failure issue
Browse files Browse the repository at this point in the history
Signed-off-by: MadhuMosip <[email protected]>
  • Loading branch information
MadhuMosip committed Aug 27, 2024
1 parent e1f7319 commit 9f27506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resident-ui/src/app/shared/header/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class HeaderComponent implements OnInit, OnDestroy {
selectedfontsize:any = localStorage.getItem('selectedfontsize');
selectedLangData:any;
isAuthorized:boolean = false;
showLangDropDown:boolean;
showLangDropDown:any;

constructor(
private router: Router,
Expand Down

0 comments on commit 9f27506

Please sign in to comment.