Prevent rendering double avatars

pull/954/head
Vince 5 years ago committed by GitHub
parent 1996795c9b
commit 62abcfcdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -399,8 +399,6 @@ export class ConversationHeader extends React.Component<Props> {
</div>
{this.renderExpirationLength()}
{!this.props.isRss && <>{this.renderAvatar()}</>}
{!this.props.isRss && this.renderAvatar()}
{this.renderMenu(triggerId)}

Loading…
Cancel
Save