Skip to content

Commit

Permalink
fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rayane-djouah committed Mar 26, 2024
1 parent f6360d9 commit 26cc4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ function ReportActionsList({
shouldDisplayReplyDivider={sortedReportActions.length > 1}
/>
),
[report, linkedReportActionID, sortedVisibleReportActions, 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 26cc4ec

Please sign in to comment.