diff --git a/Mohem/src/app/home/home.page.ts b/Mohem/src/app/home/home.page.ts index 95e58003..c29c014b 100644 --- a/Mohem/src/app/home/home.page.ts +++ b/Mohem/src/app/home/home.page.ts @@ -593,7 +593,7 @@ export class HomePage implements OnInit { } openProfilePage() { - this.common.openProfile(); + this.common.openEditProfile(); } }