This commit is contained in:
2025-09-03 18:25:33 +02:00
parent 3573e1e470
commit 94bee8751c
3 changed files with 68 additions and 21 deletions

View File

@@ -208,7 +208,10 @@ class MihGoRouter {
});
return const SizedBox.shrink();
}
return MzansiBusinessProfile(arguments: args);
return MzansiBusinessProfile(
key: UniqueKey(),
arguments: args,
);
},
),
GoRoute(