Remove redundant braces

Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
pull/921/head
Konstantin 5 years ago committed by GitHub
parent 05a15dc9cd
commit 99bb9a2c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -379,7 +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