From d955c6bc31be3b2e3e289a8dec8b5970251d4090 Mon Sep 17 00:00:00 2001 From: Husam Salhab <47015061+hsalhab@users.noreply.github.com> Date: Thu, 7 Jan 2021 15:05:50 -0500 Subject: changes here and there (#171) --- src/components/comments/CommentTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/comments/CommentTile.tsx') diff --git a/src/components/comments/CommentTile.tsx b/src/components/comments/CommentTile.tsx index f286ba52..47f25a53 100644 --- a/src/components/comments/CommentTile.tsx +++ b/src/components/comments/CommentTile.tsx @@ -19,7 +19,7 @@ const CommentTile: React.FC = ({ comment_object, screenType, }) => { - const timePosted = getTimePosted(comment_object.date_time); + const timePosted = getTimePosted(comment_object.date_created); return (