diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index e873981663ec..7d2cc4a27130 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -4260,7 +4260,7 @@ function buildOptimisticTaskCommentReportAction( // These parameters are not saved on the reportAction, but are used to display the task in the UI // Added when we fetch the reportActions on a report - // eslint-disable-next-line deprecation/deprecation + // eslint-disable-next-line reportAction.reportAction.originalMessage = { html: ReportActionsUtils.getReportActionHtml(reportAction.reportAction), taskReportID: ReportActionsUtils.getReportActionMessage(reportAction.reportAction)?.taskReportID,