.
This commit is contained in:
@@ -208,7 +208,10 @@ class MihGoRouter {
|
|||||||
KenLogger.success("MihGoRouter: businessProfileView");
|
KenLogger.success("MihGoRouter: businessProfileView");
|
||||||
final BusinessViewArguments? args =
|
final BusinessViewArguments? args =
|
||||||
state.extra as BusinessViewArguments?;
|
state.extra as BusinessViewArguments?;
|
||||||
return MzansiBusinessProfileView(arguments: args!);
|
return MzansiBusinessProfileView(
|
||||||
|
key: UniqueKey(),
|
||||||
|
arguments: args!,
|
||||||
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
// ========================== MIH Calculator ==================================
|
// ========================== MIH Calculator ==================================
|
||||||
|
|||||||
Reference in New Issue
Block a user