diff --git a/lib/shared/components/molecules/modules/domain/entities/license.dart b/lib/shared/components/molecules/modules/domain/entities/license.dart index 0ab0f4c0..a89b241b 100644 --- a/lib/shared/components/molecules/modules/domain/entities/license.dart +++ b/lib/shared/components/molecules/modules/domain/entities/license.dart @@ -198,7 +198,7 @@ class License { ), Module( key: LicenseKeys.property.value, - display: ModuleStatus.inactive.key, + display: isNewVersionWithModule ? ModuleStatus.active.key : ModuleStatus.inactive.key, expirationDate: '', startDate: '', quantity: 0, @@ -212,7 +212,7 @@ class License { ), Module( key: LicenseKeys.petsHistory.value, - display: isNewVersionWithModule ? ModuleStatus.inactive.key : ModuleStatus.inactive.key, + display: await _processWithoutModule(LicenseKeys.pets), expirationDate: '', startDate: '', quantity: 0,