Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rayane-djouah committed Mar 26, 2024
1 parent 26cc4ec commit 9b0c3fe
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/pages/home/report/ReportActionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9b0c3fe

Please sign in to comment.