From 664b1d27a00a4f034d9329fe41a7bc0e98bba63e Mon Sep 17 00:00:00 2001 From: nkdengineer Date: Tue, 23 Jul 2024 10:47:24 +0700 Subject: [PATCH] fix: in offline mode Assignee does not appear in LHN --- src/libs/ReportUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index dc2ecd02813d..6f872fa63181 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -4942,7 +4942,7 @@ function buildOptimisticChangedTaskAssigneeReportAction(assigneeAccountID: numbe { type: CONST.REPORT.MESSAGE.TYPE.COMMENT, text: `assigned to ${getDisplayNameForParticipant(assigneeAccountID)}`, - html: `assigned to `, + html: `assigned to `, }, ], person: [