fixed profile issue

NEW-SFH-2022
umasoodch 4 years ago
parent ed4673a32d
commit b408b60b0e

@ -61,9 +61,12 @@ export class HomeComponent implements OnInit {
this.cs.openSitListPage();
} else if (menuEntry.REQUEST_TYPE === 'BASIC_DETAILS') {
this.cs.openProfile('basicDetails');
} else if (menuEntry.REQUEST_TYPE === 'ADDRESS') {
this.cs.openProfile('address');
} else if (menuEntry.REQUEST_TYPE === 'ADDRESS' || menuEntry.REQUEST_TYPE === 'PHONE_NUMBERS') {
this.cs.openProfile('contact');
} else if (menuEntry.REQUEST_TYPE === 'CONTACT') {
this.cs.openProfile('family');
}
if (menuEntry.REQUEST_TYPE === 'PAYSLIP') {
this.cs.openPayslipPage();
}

Loading…
Cancel
Save