diff --git a/src/pages/workspace/WorkspacesListPage.tsx b/src/pages/workspace/WorkspacesListPage.tsx index db21700a0c47..3ba0c46aa791 100755 --- a/src/pages/workspace/WorkspacesListPage.tsx +++ b/src/pages/workspace/WorkspacesListPage.tsx @@ -271,7 +271,7 @@ function WorkspacesListPage() { } return Object.values(reports).reduce((result, report) => { - if (!report?.reportID || !report.policyID) { + if (!report?.reportID || !report.policyID || report.parentReportID) { return result; }