diff --git a/ts/components/conversation/ConversationHeader.tsx b/ts/components/conversation/ConversationHeader.tsx index 1aae3bb6a..db3e4f56f 100644 --- a/ts/components/conversation/ConversationHeader.tsx +++ b/ts/components/conversation/ConversationHeader.tsx @@ -255,17 +255,17 @@ export class ConversationHeader extends React.Component { ); } - public renderSearch() { - return ( -
- -
- ); + public renderSearch() { + return ( +
+ +
+ ); } public renderOptions(triggerId: string) { @@ -398,12 +398,8 @@ export class ConversationHeader extends React.Component { {this.renderExpirationLength()} - - {!this.props.isRss && ( - <> - {this.renderAvatar()} - - )} + + {!this.props.isRss && <>{this.renderAvatar()}} {!this.props.isRss && this.renderAvatar()} @@ -419,10 +415,10 @@ export class ConversationHeader extends React.Component { } } - public highlightMessageSearch() { - // This is a temporary fix. In future we want to search - // messages in the current conversation - $('.session-search-input input').focus(); + public highlightMessageSearch() { + // This is a temporary fix. In future we want to search + // messages in the current conversation + $('.session-search-input input').focus(); } private renderPublicMenuItems() {