diff --git a/src/pages/home/report/ReportActionsList.tsx b/src/pages/home/report/ReportActionsList.tsx index d314a3802333..333c68d055a7 100644 --- a/src/pages/home/report/ReportActionsList.tsx +++ b/src/pages/home/report/ReportActionsList.tsx @@ -437,7 +437,7 @@ function ReportActionsList({ if (!isFromCurrentUser || (!isReportTopmostSplitNavigator() && !Navigation.getReportRHPActiveRoute())) { return; } - if (!hasNewestReportActionRef.current) { + if (!hasNewestReportActionRef.current && !isFromCurrentUser) { if (Navigation.getReportRHPActiveRoute()) { return; }