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>
{this.renderExpirationLength()}
{!this.props.isRss && (
<>
{this.renderAvatar()}
</>
)}
{!this.props.isRss && <>{this.renderAvatar()}</>}
{this.renderMenu(triggerId)}
</div>

Loading…
Cancel
Save