Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgrzybowski committed Sep 25, 2023
1 parent 0644669 commit 881dc84
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 @@ -1488,7 +1488,7 @@ function deleteMoneyRequest(transactionID, reportAction, isSingleTransactionView

if (shouldDeleteIOUReport) {
// Pop the deleted report screen before navigating. This prevents navigating to the Concierge chat due to the missing report.
Navigation.goBack(ROUTES.REPORT_WITH_ID.getRoute(ioureport.chatreportid));
Navigation.goBack(ROUTES.REPORT_WITH_ID.getRoute(iouReport.chatReportID));
}
}

Expand Down

0 comments on commit 881dc84

Please sign in to comment.