]> Untitled Git - lemmy.git/blobdiff - ui/src/components/comment-form.tsx
Merge branch 'dev' into federation
[lemmy.git] / ui / src / components / comment-form.tsx
index 5239eb2c7a10660182154a1dd7f91b305ca367b7..b3c1a9a164fe093191dc8aa17ee4f401c19b5be5 100644 (file)
@@ -162,8 +162,9 @@ export class CommentForm extends Component<CommentFormProps, CommentFormState> {
               </button>
               {this.state.commentForm.content && (
                 <button
-                  className={`btn btn-sm mr-2 btn-secondary ${this.state
-                    .previewMode && 'active'}`}
+                  className={`btn btn-sm mr-2 btn-secondary ${
+                    this.state.previewMode && 'active'
+                  }`}
                   onClick={linkEvent(this, this.handlePreviewToggle)}
                 >
                   {i18n.t('preview')}