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:
xGolden 2021-04-13 09:27:25 -04:00 committed by GitHub
commit f5fcb36a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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">