mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 07:11:53 +00:00
Merge pull request #2 from ENSL/user-avatar-fix
Remove 'User Avatar' from chatbox message when failing to load avatars
This commit is contained in:
commit
f5fcb36a28
1 changed files with 0 additions and 1 deletions
|
@ -354,7 +354,6 @@ class ChatMessage extends React.Component {
|
|||
<span className="chat-img pull-left">
|
||||
<img
|
||||
src={this.props.message.author.avatar}
|
||||
alt="User Avatar"
|
||||
className="chat-avatar" />
|
||||
</span>
|
||||
<div className="chat-body clearfix">
|
||||
|
|
Loading…
Reference in a new issue