We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fe54a commit d144c3bCopy full SHA for d144c3b
1 file changed
src/libs/actions/IOU.ts
@@ -7990,8 +7990,6 @@ function getNavigationUrlAfterTrackExpenseDelete(
7990
return getNavigationUrlOnMoneyRequestDelete(transactionID, reportAction, isSingleTransactionView);
7991
}
7992
7993
- const transactionThreadID = reportAction.childReportID;
7994
-
7995
// Only navigate if in single transaction view and the thread will be deleted
7996
if (isSingleTransactionView && chatReport?.reportID) {
7997
// Pop the deleted report screen before navigating. This prevents navigating to the Concierge chat due to the missing report.
0 commit comments