Dominik Ferber 9 роки тому
батько
коміт
3ad672a20b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      client/components/activities/comments.js

+ 1 - 1
client/components/activities/comments.js

@@ -23,7 +23,7 @@ BlazeComponent.extendComponent({
         commentFormIsOpen.set(true);
         commentFormIsOpen.set(true);
       },
       },
       'submit .js-new-comment-form'(evt) {
       'submit .js-new-comment-form'(evt) {
-        const input = this.getInput()
+        const input = this.getInput();
         const text = input.val().trim();
         const text = input.val().trim();
         if (text) {
         if (text) {
           CardComments.insert({
           CardComments.insert({