From 4524a3e38cac289a49c845c7c9a5cb4268325b28 Mon Sep 17 00:00:00 2001 From: Cristi Paval Date: Tue, 16 Jan 2024 19:02:47 +0200 Subject: [PATCH] Run prettier --- src/libs/actions/Report.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }