Browse Source

Fix linting error

JC Brand 6 years ago
parent
commit
f98b11afeb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/converse-chatboxes.js

+ 0 - 2
src/converse-chatboxes.js

@@ -499,8 +499,6 @@
                                 stanza.getElementsByTagName(_converse.ACTIVE).length && _converse.ACTIVE ||
                                 stanza.getElementsByTagName(_converse.ACTIVE).length && _converse.ACTIVE ||
                                 stanza.getElementsByTagName(_converse.GONE).length && _converse.GONE;
                                 stanza.getElementsByTagName(_converse.GONE).length && _converse.GONE;
 
 
-
-
                     const attrs = {
                     const attrs = {
                         'chat_state': chat_state,
                         'chat_state': chat_state,
                         'is_archived': !_.isNil(archive),
                         'is_archived': !_.isNil(archive),