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