Skip to content

Commit

Permalink
Update IOU.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjchen committed Sep 20, 2024
1 parent 63d4062 commit 3bfa88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6448,7 +6448,7 @@ function getReportFromHoldRequestsOnyxData(
chatReport.reportID,
chatReport.policyID ?? iouReport.policyID ?? '',
recipient.accountID ?? 1,
holdTransactions.reduce((acc, transaction) => acc + transaction.amount, 0) * (ReportUtils.isIOU(iouReport) ? 1 : -1),
holdTransactions.reduce((acc, transaction) => acc + transaction.amount, 0) * (ReportUtils.isIOUReport(iouReport) ? 1 : -1),
getCurrency(firstHoldTransaction),
false,
newParentReportActionID,
Expand Down

0 comments on commit 3bfa88d

Please sign in to comment.