diff --git a/src/components/CippSettings/CippPermissionReport.jsx b/src/components/CippSettings/CippPermissionReport.jsx index 2b2207ce7441..0228445140b4 100644 --- a/src/components/CippSettings/CippPermissionReport.jsx +++ b/src/components/CippSettings/CippPermissionReport.jsx @@ -73,7 +73,7 @@ export const CippPermissionReport = (props) => { ]; if (formData.redactCustomerData) { - report?.Tenants?.Results = report?.Tenants?.Results?.map((tenant) => { + report.Tenants.Results = report?.Tenants?.Results?.map((tenant) => { customerProps.forEach((prop) => { if (tenant[prop]) { if (prop === "GDAPRoles") {