From c440da228e310829eb53fed7263db89e2f39756d Mon Sep 17 00:00:00 2001 From: Jasper Huang Date: Mon, 21 Jun 2021 11:07:24 +0800 Subject: [PATCH] Update src/libs/actions/IOU.js Co-authored-by: Vit Horacek <36083550+mountiny@users.noreply.github.com> --- src/libs/actions/IOU.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/actions/IOU.js b/src/libs/actions/IOU.js index 9a35343ca56a..d265bf5fedac 100644 --- a/src/libs/actions/IOU.js +++ b/src/libs/actions/IOU.js @@ -145,7 +145,7 @@ function rejectTransaction({ throw new Error(`${response.code} ${response.message}`); } - // Save the updated chat and iou reports sent back in the response + // Save the updated chat and IOU reports sent back in the response // NOTE: since the API doesn't handle syncing chat reports with IOU reports, // we also need to set the iouReportID and hasOutstandingIOU fields of the chatReport in Onyx manually // If we didn't sync the reportIDs, the paid IOU would still be shown to users as unpaid. The