diff --git a/apps/comments-ui/src/components/Comment.js b/apps/comments-ui/src/components/Comment.js index 3192162d98..6196d6c967 100644 --- a/apps/comments-ui/src/components/Comment.js +++ b/apps/comments-ui/src/components/Comment.js @@ -105,7 +105,7 @@ const Comment = ({updateIsEditing = null, isEditing, ...props}) => {

{!comment.member ? 'Deleted member' : (comment.member.name ? comment.member.name : 'Anonymous')}

- + {memberBio && {memberBio}ยท} {formatRelativeTime(comment.created_at)} diff --git a/apps/comments-ui/src/components/Form.js b/apps/comments-ui/src/components/Form.js index e320d6c853..2f36d0a273 100644 --- a/apps/comments-ui/src/components/Form.js +++ b/apps/comments-ui/src/components/Form.js @@ -409,11 +409,11 @@ const Form = (props) => {
-
-
+
+
-
+
{ bioAutofocus: false }); }}>{memberName ? memberName : 'Anonymous'}
-
+