Skip to content

Commit

Permalink
Apply review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed Aug 23, 2024
1 parent 463bfa5 commit f0f0047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/pages/audits/row.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const Row = ({
</TableData>
<TableData>
<AuditStatus
isAudit={caps.featureEnabled('COMPLIANCE_REPORTS') ? true : false}
isAudit={caps.featureEnabled('COMPLIANCE_REPORTS')}
task={entity}
links={links}/>
</TableData>
Expand Down

0 comments on commit f0f0047

Please sign in to comment.