diff --git a/src/pages/home/report/ReportActionsList.tsx b/src/pages/home/report/ReportActionsList.tsx index d54ff8ad68f5..3b001d859ed8 100644 --- a/src/pages/home/report/ReportActionsList.tsx +++ b/src/pages/home/report/ReportActionsList.tsx @@ -525,7 +525,16 @@ function ReportActionsList({ shouldDisplayReplyDivider={sortedReportActions.length > 1} /> ), - [report, linkedReportActionID, sortedVisibleReportActions, sortedReportActions.length, mostRecentIOUReportActionID, shouldHideThreadDividerLine, shouldDisplayNewMarker, parentReportAction], + [ + report, + linkedReportActionID, + sortedVisibleReportActions, + sortedReportActions.length, + mostRecentIOUReportActionID, + shouldHideThreadDividerLine, + shouldDisplayNewMarker, + parentReportAction, + ], ); // Native mobile does not render updates flatlist the changes even though component did update called.