diff --git a/app/pages/dashboard/TideDashboard.js b/app/pages/dashboard/TideDashboard.js index f85a96502b..44fbf992dd 100644 --- a/app/pages/dashboard/TideDashboard.js +++ b/app/pages/dashboard/TideDashboard.js @@ -760,7 +760,9 @@ const TideDashboardSection = React.memo(props => { }, ((prevProps, nextProps) => ( prevProps.section.sortDirection === nextProps.section.sortDirection && prevProps.config === nextProps.config && - prevProps.patients === nextProps.patients + prevProps.patients === nextProps.patients && + prevProps.showTideDashboardLastReviewed === nextProps.showTideDashboardLastReviewed && + prevProps.showTideDashboardPatientDrawer === nextProps.showTideDashboardPatientDrawer ))); export const TideDashboard = (props) => {