Small Code formating

pull/921/head
Konstantin Ullrich 5 years ago
parent c731241689
commit 05a15dc9cd

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

Loading…
Cancel
Save