diff --git a/Mohem/src/app/sit/home/home.component.ts b/Mohem/src/app/sit/home/home.component.ts index 83e5157d..7aec9642 100644 --- a/Mohem/src/app/sit/home/home.component.ts +++ b/Mohem/src/app/sit/home/home.component.ts @@ -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(); }