Typing bubble avatar should not use cursor: pointer
This commit is contained in:
@@ -48,7 +48,6 @@ export class TypingBubble extends React.PureComponent<Props> {
|
||||
|
||||
return (
|
||||
<div className="module-message__author-avatar-container">
|
||||
<div className="module-message__author-avatar">
|
||||
<Avatar
|
||||
acceptedMessageRequest={acceptedMessageRequest}
|
||||
avatarPath={avatarPath}
|
||||
@@ -64,7 +63,6 @@ export class TypingBubble extends React.PureComponent<Props> {
|
||||
size={28}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user