diff --git a/src/pages/home/report/ReportActionsList.tsx b/src/pages/home/report/ReportActionsList.tsx index 5c140589e4f3..c0decf254617 100644 --- a/src/pages/home/report/ReportActionsList.tsx +++ b/src/pages/home/report/ReportActionsList.tsx @@ -461,10 +461,11 @@ function ReportActionsList({ return; } + reportScrollManager.scrollToBottom(); setIsScrollToBottomEnabled(true); }); }, - [report.reportID], + [report.reportID, reportScrollManager], ); useEffect(() => { // Why are we doing this, when in the cleanup of the useEffect we are already calling the unsubscribe function?