Skip to content

Commit

Permalink
add a line
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Oct 10, 2023
1 parent c0b0854 commit f0a5d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/iou/IOUCurrencySelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f0a5d47

Please sign in to comment.