Skip to content

Commit b1b64d8

Browse files
format
1 parent 13ceb45 commit b1b64d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libs/ReportUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,6 @@ function isPayer(session: OnyxEntry<Session>, iouReport: OnyxEntry<Report>, only
23912391
const policyType = policy?.type;
23922392
const isAdmin = policyType !== CONST.POLICY.TYPE.PERSONAL && policy?.role === CONST.POLICY.ROLE.ADMIN;
23932393
const isManager = iouReport?.managerID === session?.accountID;
2394-
23952394
if (isPaidGroupPolicy(iouReport)) {
23962395
if (policy?.reimbursementChoice === CONST.POLICY.REIMBURSEMENT_CHOICES.REIMBURSEMENT_YES) {
23972396
if (!policy?.achAccount?.reimburser) {

0 commit comments

Comments
 (0)