diff --git a/src/libs/actions/IOU.ts b/src/libs/actions/IOU.ts index fd95947c5153..79822c6159f5 100644 --- a/src/libs/actions/IOU.ts +++ b/src/libs/actions/IOU.ts @@ -6244,7 +6244,7 @@ function approveMoneyRequest(expenseReport: OnyxTypes.Report | EmptyObject, full onyxMethod: Onyx.METHOD.MERGE, key: `${ONYXKEYS.COLLECTION.REPORT}${expenseReport?.chatReportID}`, value: { - hasOutstandingChildRequest: hasIOUToApproveOrPay(chatReport, expenseReport?.reportID ?? '-1'), + hasOutstandingChildRequest: hasIOUToApproveOrPay(chatReport, full ? expenseReport?.reportID ?? '-1' : '-1'), }, };