Skip to content

Commit

Permalink
Merge pull request #35619 from mkhutornyi/fix-35591
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl authored Feb 2, 2024
2 parents d968010 + 08c1588 commit a271eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/home/ReportScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ export default compose(
prevProps.currentReportID === nextProps.currentReportID &&
prevProps.report.notificationPreference === nextProps.report.notificationPreference &&
prevProps.report.isPinned === nextProps.report.isPinned &&
prevProps.report.chatReportID === nextProps.report.chatReportID,
prevProps.report.chatReportID === nextProps.report.chatReportID &&
prevProps.viewportOffsetTop === nextProps.viewportOffsetTop,
),
);

0 comments on commit a271eab

Please sign in to comment.