Typing bubble avatar should not use cursor: pointer
This commit is contained in:
parent
b009967a83
commit
84be8288e9
1 changed files with 14 additions and 16 deletions
|
@ -48,22 +48,20 @@ export class TypingBubble extends React.PureComponent<Props> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="module-message__author-avatar-container">
|
<div className="module-message__author-avatar-container">
|
||||||
<div className="module-message__author-avatar">
|
<Avatar
|
||||||
<Avatar
|
acceptedMessageRequest={acceptedMessageRequest}
|
||||||
acceptedMessageRequest={acceptedMessageRequest}
|
avatarPath={avatarPath}
|
||||||
avatarPath={avatarPath}
|
color={color}
|
||||||
color={color}
|
conversationType="direct"
|
||||||
conversationType="direct"
|
i18n={i18n}
|
||||||
i18n={i18n}
|
isMe={isMe}
|
||||||
isMe={isMe}
|
name={name}
|
||||||
name={name}
|
phoneNumber={phoneNumber}
|
||||||
phoneNumber={phoneNumber}
|
profileName={profileName}
|
||||||
profileName={profileName}
|
title={title}
|
||||||
title={title}
|
sharedGroupNames={sharedGroupNames}
|
||||||
sharedGroupNames={sharedGroupNames}
|
size={28}
|
||||||
size={28}
|
/>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue