Skip to content

Commit

Permalink
fix duplicated IOU report
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenKKC committed Sep 11, 2023
1 parent 144fca5 commit 3a3b325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.js
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ function editMoneyRequest(transactionID, transactionThreadReportID, transactionC
},
{
onyxMethod: Onyx.METHOD.MERGE,
key: `${ONYXKEYS.COLLECTION.REPORT}${iouReport.report}`,
key: `${ONYXKEYS.COLLECTION.REPORT}${iouReport.reportID}`,
value: iouReport,
},
];
Expand Down

0 comments on commit 3a3b325

Please sign in to comment.