Skip to content

Commit 617910c

Browse files
committed
fix lhn boldness issue
1 parent a9d1683 commit 617910c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/SidebarUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ function getOptionData({
279279
result.policyID = report.policyID;
280280
result.stateNum = report.stateNum;
281281
result.statusNum = report.statusNum;
282-
result.isUnread = ReportUtils.isUnread(report);
282+
result.isUnread = ReportUtils.isUnread(report) && !!report.lastActorAccountID;
283283
result.isUnreadWithMention = ReportUtils.isUnreadWithMention(report);
284284
result.hasDraftComment = report.hasDraft;
285285
result.isPinned = report.isPinned;

0 commit comments

Comments
 (0)