2
0
Dominik Ferber 9 жил өмнө
parent
commit
3ad672a20b

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

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