Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Apr 17, 2024
1 parent 93e1aa8 commit 0a370f7
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 @@ -1173,7 +1173,7 @@ function isJoinRequestInAdminRoom(report: OnyxEntry<Report>): 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);
Expand Down

0 comments on commit 0a370f7

Please sign in to comment.