diff --git a/shell/app/common/components/markdown-editor/index.tsx b/shell/app/common/components/markdown-editor/index.tsx index ebebb3a983..ef7ec4f07b 100644 --- a/shell/app/common/components/markdown-editor/index.tsx +++ b/shell/app/common/components/markdown-editor/index.tsx @@ -223,7 +223,11 @@ export default class MarkdownEditor extends PureComponent { - {view.md ?
{this.renderButton()}
: null} + {view.md ? ( +
+ {this.renderButton()} +
+ ) : null} ); }