diff --git a/src/shared/components/common/markdown-textarea.tsx b/src/shared/components/common/markdown-textarea.tsx index 7f1f4bc0..50f65a13 100644 --- a/src/shared/components/common/markdown-textarea.tsx +++ b/src/shared/components/common/markdown-textarea.tsx @@ -257,29 +257,14 @@ export class MarkdownTextArea extends Component<
- {this.props.showLanguage && ( - - )} - - {/* A flex expander */} -
- - {this.props.replyType && ( + {this.props.buttonTitle && ( )} )} + + {/* A flex expander */} +
+ + {this.props.showLanguage && ( + + )}