@adyen/kyc-components 2.24.0 → 2.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27458,7 +27458,7 @@ function TaskListComponent({
|
|
|
27458
27458
|
title: i18n.get(isEnableNewEntryFlowEnabled ? "soleProprietorshipDetails" : "soleProprietorDetails"),
|
|
27459
27459
|
status: getTaskStatus(EntityType.LEGAL_ENTITY, capabilityProblems, legalEntityResponse, getOwnSoleProprietorshipIdArray(legalEntityResponse)),
|
|
27460
27460
|
problems: getOwnSolePropProblems(legalEntityResponse, capabilityProblems)
|
|
27461
|
-
}), tasks.includes(TaskTypes.COMPANY) && isExperimentEnabled("EnableCompanySearchFlow") ? jsx(TaskListItem, {
|
|
27461
|
+
}), tasks.includes(TaskTypes.COMPANY) && (isExperimentEnabled("EnableCompanySearchFlow") ? jsx(TaskListItem, {
|
|
27462
27462
|
onNavigateToTask: handleOnNavigateToTaskCompanySearch,
|
|
27463
27463
|
icon: "company",
|
|
27464
27464
|
title: hasTrust ? i18n.get("companyTrusteeDetails") : i18n.get("companyDetails"),
|
|
@@ -27470,7 +27470,7 @@ function TaskListComponent({
|
|
|
27470
27470
|
title: hasTrust ? i18n.get("companyTrusteeDetails") : i18n.get("companyDetails"),
|
|
27471
27471
|
status: getTaskStatus(EntityType.LEGAL_ENTITY, capabilityProblems, legalEntityResponse, [legalEntityResponse.id]),
|
|
27472
27472
|
problems: (_g = capabilityProblems == null ? void 0 : capabilityProblems.LegalEntity) == null ? void 0 : _g[legalEntityResponse.id]
|
|
27473
|
-
}), tasks.includes(TaskTypes.DECISION_MAKER) && jsx(TaskListItem, {
|
|
27473
|
+
})), tasks.includes(TaskTypes.DECISION_MAKER) && jsx(TaskListItem, {
|
|
27474
27474
|
onNavigateToTask: handleOnNavigateToTaskDecisionMaker,
|
|
27475
27475
|
icon: "decision-maker",
|
|
27476
27476
|
title: i18n.get("decisionMakers"),
|