diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx
index 34ac9e7599..d2a0a40350 100644
--- a/web/react/components/post_info.jsx
+++ b/web/react/components/post_info.jsx
@@ -151,7 +151,10 @@ export default class PostInfo extends React.Component {
return (
-
-
diff --git a/web/react/components/rhs_comment.jsx b/web/react/components/rhs_comment.jsx
index ed136c01f7..73623179fe 100644
--- a/web/react/components/rhs_comment.jsx
+++ b/web/react/components/rhs_comment.jsx
@@ -193,7 +193,10 @@ export default class RhsComment extends React.Component {
-
-
+
{Utils.displayCommentDateTime(post.create_at)}
diff --git a/web/react/components/rhs_root_post.jsx b/web/react/components/rhs_root_post.jsx
index 85755a85c9..4ed97d00a9 100644
--- a/web/react/components/rhs_root_post.jsx
+++ b/web/react/components/rhs_root_post.jsx
@@ -132,7 +132,14 @@ export default class RhsRootPost extends React.Component {
- - {utils.displayCommentDateTime(post.create_at)}
+ -
+
+ {utils.displayCommentDateTime(post.create_at)}
+
+
-
{ownerOptions}