Skip to content

Commit

Permalink
undo unintentional change
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Sep 5, 2024
1 parent bf5317e commit a6061bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5757,9 +5757,6 @@ function isUnread(report: OnyxEntry<Report>): boolean {
if (isEmptyReport(report) && !isSelfDM(report)) {
return false;
}
if (!report.lastReadTime) {
return false;
}

// lastVisibleActionCreated and lastReadTime are both datetime strings and can be compared directly
const lastVisibleActionCreated = report.lastVisibleActionCreated ?? '';
Expand Down

0 comments on commit a6061bd

Please sign in to comment.