Skip to content

Commit

Permalink
fix: lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
daledah committed Aug 27, 2024
1 parent 95d60be commit 995ed4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8042,6 +8042,6 @@ export {
updateMoneyRequestTaxAmount,
updateMoneyRequestTaxRate,
mergeDuplicates,
prepareToCleanUpMoneyRequest
prepareToCleanUpMoneyRequest,
};
export type {GPSPoint as GpsPoint, IOURequestType};
3 changes: 3 additions & 0 deletions src/pages/ReportDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,9 @@ function ReportDetailsPage({policies, report, session, personalDetails}: ReportD
Navigation.dismissModal();
} else {
ReportUtils.navigateBackAfterDeleteTransaction(navigateBackToAfterDelete.current, true);
if (!requestParentReportAction) {
return;
}
setTimeout(() => {
IOU.deleteMoneyRequest(iouTransactionID, requestParentReportAction, isSingleTransactionView);
}, CONST.ANIMATED_TRANSITION);
Expand Down

0 comments on commit 995ed4a

Please sign in to comment.