From e669324acc8fd554ed05e3ff380c0a0848e47f73 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 22 Sep 2020 16:03:32 +1000 Subject: [PATCH] lint --- js/views/conversation_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/conversation_view.js b/js/views/conversation_view.js index c48842988..0c109e480 100644 --- a/js/views/conversation_view.js +++ b/js/views/conversation_view.js @@ -732,7 +732,7 @@ // this.$('.send-message').val().length > 0 || // this.fileInput.hasFiles() // ) { - this.$('.capture-audio').hide(); + this.$('.capture-audio').hide(); // } else { // this.$('.capture-audio').show(); // }