linting fixes

This commit is contained in:
SheenaMalhotra182
2023-02-11 01:22:23 +05:30
committed by Sheena Malhotra
parent b4a7eb72df
commit f85e1c2b04
7 changed files with 6 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ export class ViewProfileComponent implements OnInit {
.catch((error) => {
throwError(error);
});
this.appService.cast.subscribe((data) => (this.hideSidenav = data));
this.appService.cast.subscribe((data) => (this.hideSidenav = data));
}
populateForm(userInfo: Person) {