diff --git a/src/pages/home/report/ReportActionsList.tsx b/src/pages/home/report/ReportActionsList.tsx index a8c6c139ae43..cf92c34966b3 100644 --- a/src/pages/home/report/ReportActionsList.tsx +++ b/src/pages/home/report/ReportActionsList.tsx @@ -347,7 +347,7 @@ function ReportActionsList({ if ( scrollingVerticalOffset.current < AUTOSCROLL_TO_TOP_THRESHOLD && previousLastIndex.current !== lastActionIndex && - reportActionSize.current > sortedVisibleReportActions.length && + reportActionSize.current !== sortedVisibleReportActions.length && hasNewestReportAction ) { setIsFloatingMessageCounterVisible(false);