diff --git a/src/libs/actions/IOU.js b/src/libs/actions/IOU.js index c03ca01e4774..c677fe8f6c28 100644 --- a/src/libs/actions/IOU.js +++ b/src/libs/actions/IOU.js @@ -1093,7 +1093,7 @@ function editMoneyRequest(transactionID, transactionThreadReportID, transactionC }, { onyxMethod: Onyx.METHOD.MERGE, - key: `${ONYXKEYS.COLLECTION.REPORT}${iouReport.report}`, + key: `${ONYXKEYS.COLLECTION.REPORT}${iouReport.reportID}`, value: iouReport, }, ];