Skip to content

Commit

Permalink
Merge pull request #45984 from nkdengineer/fix/45167
Browse files Browse the repository at this point in the history
fix: in offline mode Assignee does not appear in LHN
  • Loading branch information
flodnv authored Jul 26, 2024
2 parents 04741f4 + 664b1d2 commit 33d29a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4963,7 +4963,7 @@ function buildOptimisticChangedTaskAssigneeReportAction(assigneeAccountID: numbe
{
type: CONST.REPORT.MESSAGE.TYPE.COMMENT,
text: `assigned to ${getDisplayNameForParticipant(assigneeAccountID)}`,
html: `assigned to <mention-user accountID=${assigneeAccountID}></mention-user>`,
html: `assigned to <mention-user accountID="${assigneeAccountID}"/>`,
},
],
person: [
Expand Down

0 comments on commit 33d29a4

Please sign in to comment.