Skip to content

Commit

Permalink
Merge pull request #30223 from tsa321/cda-lhn
Browse files Browse the repository at this point in the history
Fix Changed date appears for a second in LHN
  • Loading branch information
amyevans authored Oct 25, 2023
2 parents 2d6e8ef + 27e2efb commit f38ed86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3259,6 +3259,7 @@ function shouldReportBeInOptionList(report, currentReportId, isInGSDMode, betas,
!report ||
!report.reportID ||
!report.type ||
report.reportName === undefined ||
report.isHidden ||
(report.participantAccountIDs &&
report.participantAccountIDs.length === 0 &&
Expand Down

0 comments on commit f38ed86

Please sign in to comment.