change route home to mihHome
This commit is contained in:
@@ -44,7 +44,7 @@ class _MzansiProfileState extends State<MzansiProfile> {
|
||||
onTap: () {
|
||||
// Navigator.of(context).pop();
|
||||
context.goNamed(
|
||||
'home',
|
||||
'mihHome',
|
||||
extra: AuthArguments(
|
||||
true,
|
||||
false,
|
||||
|
||||
@@ -181,7 +181,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
||||
child: MihButton(
|
||||
onPressed: () {
|
||||
context.goNamed(
|
||||
'home',
|
||||
'mihHome',
|
||||
extra: AuthArguments(
|
||||
stayOnPersonalSide,
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user