This commit is contained in:
2025-08-20 15:31:13 +02:00
parent 1584e5cb43
commit 0b3453cd1c

View File

@@ -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 ==================================