diff --git a/src/libs/actions/Report.ts b/src/libs/actions/Report.ts index cbea69dd6eb6..f218918bb094 100644 --- a/src/libs/actions/Report.ts +++ b/src/libs/actions/Report.ts @@ -363,7 +363,7 @@ function addActions(reportID: string, text = '', file?: File) { shouldAllowActionableMentionWhispers: true, clientCreatedTime: file ? attachmentAction?.created : reportCommentAction?.created, }; - + if (reportIDDeeplinkedFromOldDot === reportID && report?.participantAccountIDs?.length === 1 && Number(report.participantAccountIDs?.[0]) === CONST.ACCOUNT_ID.CONCIERGE) { parameters.isOldDotConciergeChat = true; }