From 9b0c3fe0bd1643f029e2e1012deca68621cd3aeb Mon Sep 17 00:00:00 2001 From: rayane-djouah <77965000+rayane-djouah@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:59:27 +0100 Subject: [PATCH] prettier --- src/pages/home/report/ReportActionsList.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.