diff --git a/apps/comments-ui/src/components/Form.js b/apps/comments-ui/src/components/Form.js index c3cea4c493..5a6c5ead88 100644 --- a/apps/comments-ui/src/components/Form.js +++ b/apps/comments-ui/src/components/Form.js @@ -58,15 +58,15 @@ class Form extends React.Component { render() { return (
-
-
-
+
+
+
{ this.getInitials() }
- { this.context.member ? Avatar : '' } + { this.context.member ? Avatar : '' }
-
+
{this.context.member ? this.context.member.name : ''}