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 a6061bd commit a37a6e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5757,7 +5757,6 @@ function isUnread(report: OnyxEntry<Report>): boolean {
if (isEmptyReport(report) && !isSelfDM(report)) {
return false;
}

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

0 comments on commit a37a6e4

Please sign in to comment.