From 0a370f7c6b2c578c7dd444890d09add4bbf1a3c2 Mon Sep 17 00:00:00 2001 From: nkdengineer Date: Wed, 17 Apr 2024 13:25:14 +0700 Subject: [PATCH] fix lint --- 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 26ee32e3901e..b3d2865a442b 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -1173,7 +1173,7 @@ function isJoinRequestInAdminRoom(report: OnyxEntry): boolean { return false; } // If this policy isn't owned by Expensify, - // Account manager/guide should not have the workspace join request pinned to their LHN, + // Account manager/guide should not have the workspace join request pinned to their LHN, // since they are not a part of the company, and should not action it on their behalf. if (report.policyID) { const policy = getPolicy(report.policyID);