diff --git a/src/pages/home/report/ReportActionItemDate.js b/src/pages/home/report/ReportActionItemDate.js index 03434cb59468..8ee127a721fd 100644 --- a/src/pages/home/report/ReportActionItemDate.js +++ b/src/pages/home/report/ReportActionItemDate.js @@ -23,6 +23,9 @@ ReportActionItemDate.displayName = 'ReportActionItemDate'; export default compose( withLocalize, + + /** This component is hooked to the current date so that relative times can update when necessary + * e.g. past midnight */ withCurrentDate(), memo, )(ReportActionItemDate);