diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index 9c8dcbdd44b1..be0856153609 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -7012,7 +7012,7 @@ function getUnreportedTransactionMessage(action: ReportAction) { // eslint-disable-next-line @typescript-eslint/no-deprecated const reportName = getReportName(fromReport) ?? fromReport?.reportName ?? ''; - let reportUrl = `${environmentURL}/r/${fromReport?.reportID}`; + let reportUrl = getReportURLForCurrentContext(fromReportID); if (fromReportID === CONST.REPORT.UNREPORTED_REPORT_ID) { reportUrl = `${environmentURL}/r/${findSelfDMReportID()}`;