diff --git a/src/pages/home/ReportScreen.js b/src/pages/home/ReportScreen.js index 056cbfd1e4e9..ffd782b944a2 100644 --- a/src/pages/home/ReportScreen.js +++ b/src/pages/home/ReportScreen.js @@ -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, ), );