update mzansi profile path
This commit is contained in:
parent
4fd2c139d5
commit
4f5ed39a73
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||
onTap: () {
|
||||
Navigator.of(context).pop();
|
||||
Navigator.of(context).pushNamed(
|
||||
'/user-profile',
|
||||
'/mzansi-profile',
|
||||
arguments: AppProfileUpdateArguments(
|
||||
widget.signedInUser, widget.propicFile),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue