From 92e55c7d5fab4e8769e41c1c3298f650f753905b Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Fri, 2 Apr 2021 15:12:30 -0700 Subject: [PATCH] Add a title with the exact date to dateTime elements that use timeAgo. --- ui/component/dateTime/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/dateTime/view.jsx b/ui/component/dateTime/view.jsx index 13b02da80..b37240f6e 100644 --- a/ui/component/dateTime/view.jsx +++ b/ui/component/dateTime/view.jsx @@ -52,7 +52,7 @@ class DateTime extends React.PureComponent { return null; } - return {DateTime.getTimeAgoStr(date)}; + return {DateTime.getTimeAgoStr(date)}; } return (