Skip to content

Commit

Permalink
jest unit test failure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rojiphil committed Oct 10, 2023
1 parent 65a28ea commit 81d8632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) &&
Expand Down

0 comments on commit 81d8632

Please sign in to comment.