diff --git a/Frontend/lib/mih_config/mih_go_router.dart b/Frontend/lib/mih_config/mih_go_router.dart index 884f2910..5909b636 100644 --- a/Frontend/lib/mih_config/mih_go_router.dart +++ b/Frontend/lib/mih_config/mih_go_router.dart @@ -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 ==================================