diff --git a/src/pages/home/report/ReportActionsList.tsx b/src/pages/home/report/ReportActionsList.tsx index 989781c6373b..51bd25ffac87 100644 --- a/src/pages/home/report/ReportActionsList.tsx +++ b/src/pages/home/report/ReportActionsList.tsx @@ -480,6 +480,9 @@ function ReportActionsList({ return; } if (!hasNewestReportActionRef.current) { + if (Navigation.getReportRHPActiveRoute()) { + return; + } Navigation.navigate(ROUTES.REPORT_WITH_ID.getRoute(report.reportID)); return; }