Skip to content

Commit

Permalink
Update CippPermissionReport.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Dec 19, 2024
1 parent 8d8bbe3 commit 42ba690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CippSettings/CippPermissionReport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 42ba690

Please sign in to comment.