From 0cd1d40f51247af7f47ca7b571e3e526004bc077 Mon Sep 17 00:00:00 2001 From: Roji Philip Date: Thu, 12 Oct 2023 10:16:01 +0530 Subject: [PATCH] Revert "jest unit test failure fix" This reverts commit 81d8632e6542f53495c1767e803b2e34fa4c1b6d. --- src/libs/ReportUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js index 379b6812ad19..f9cd78f73d54 100644 --- a/src/libs/ReportUtils.js +++ b/src/libs/ReportUtils.js @@ -3027,8 +3027,8 @@ function shouldReportBeInOptionList(report, currentReportId, isInGSDMode, betas, if ( !report || !report.reportID || + !report.type || report.isHidden || - !report.participantAccountIDs || (report.participantAccountIDs && report.participantAccountIDs.length === 0 && !isChatThread(report) &&