diff --git a/apps/comments-ui/src/components/Comment.js b/apps/comments-ui/src/components/Comment.js index 2ce16cbb7a..3ea0d4daec 100644 --- a/apps/comments-ui/src/components/Comment.js +++ b/apps/comments-ui/src/components/Comment.js @@ -56,7 +56,7 @@ const Comment = (props) => {
- {isNotPublished || !props.parent && } + {(isNotPublished || !props.parent) && }
{formatRelativeTime(comment.created_at)}