diff --git a/ts/components/conversation/TypingBubble.tsx b/ts/components/conversation/TypingBubble.tsx index d4566f677..53229f985 100644 --- a/ts/components/conversation/TypingBubble.tsx +++ b/ts/components/conversation/TypingBubble.tsx @@ -52,18 +52,22 @@ export class TypingBubble extends React.Component { const { i18n, color } = this.props; return ( -
+
-
- +
+
+ +
+ {this.renderAvatar()}
- {this.renderAvatar()}
);