From f0a5d470dc5a76910165addcec87d889670e3db1 Mon Sep 17 00:00:00 2001 From: Mykhailo Kravchenko Date: Tue, 10 Oct 2023 16:33:15 +0200 Subject: [PATCH] add a line --- src/pages/iou/IOUCurrencySelection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/iou/IOUCurrencySelection.js b/src/pages/iou/IOUCurrencySelection.js index 6ed99030349c..75e1de502722 100644 --- a/src/pages/iou/IOUCurrencySelection.js +++ b/src/pages/iou/IOUCurrencySelection.js @@ -77,6 +77,7 @@ function IOUCurrencySelection(props) { const iouType = lodashGet(props.route, 'params.iouType', CONST.IOU.MONEY_REQUEST_TYPE.REQUEST); const reportID = lodashGet(props.route, 'params.reportID', ''); const threadReportID = lodashGet(props.route, 'params.threadReportID', ''); + // Dismiss the modal when the request is paid or deleted useEffect(() => { if (!threadReportID) {