diff --git a/apps/comments-ui/src/components/Comment.js b/apps/comments-ui/src/components/Comment.js index c729fcde1c..d8d6437b8a 100644 --- a/apps/comments-ui/src/components/Comment.js +++ b/apps/comments-ui/src/components/Comment.js @@ -91,7 +91,7 @@ const Comment = ({updateIsEditing = null, isEditing, ...props}) => { :

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

-
+
{comment.member.bio &&
{comment.member.bio}ยท
}
{formatRelativeTime(comment.created_at)}
diff --git a/apps/comments-ui/src/components/Form.js b/apps/comments-ui/src/components/Form.js index 75c7f8b22e..d8bb85e108 100644 --- a/apps/comments-ui/src/components/Form.js +++ b/apps/comments-ui/src/components/Form.js @@ -294,7 +294,7 @@ const Form = (props) => { `}>
-
+
{ leaveTo="opacity-0" >

{memberName ? memberName : 'Anonymous'}

-
+
{/* TODO: bio text field ready for wiring up {memberBio ?
{memberBio}
: