.
This commit is contained in:
parent
1584e5cb43
commit
0b3453cd1c
1 changed files with 4 additions and 1 deletions
|
|
@ -208,7 +208,10 @@ class MihGoRouter {
|
|||
KenLogger.success("MihGoRouter: businessProfileView");
|
||||
final BusinessViewArguments? args =
|
||||
state.extra as BusinessViewArguments?;
|
||||
return MzansiBusinessProfileView(arguments: args!);
|
||||
return MzansiBusinessProfileView(
|
||||
key: UniqueKey(),
|
||||
arguments: args!,
|
||||
);
|
||||
},
|
||||
),
|
||||
// ========================== MIH Calculator ==================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue