Browse Source

lint: fix eslint error

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
579e650a1d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js View File

@@ -200,7 +200,7 @@ var interfaceConfig = {
200 200
 
201 201
     // If true, notifications regarding joining/leaving are no longer displayed
202 202
     DISABLE_JOIN_LEAVE_NOTIFICATIONS: false,
203
-  
203
+
204 204
     /**
205 205
     * Decides whether the chrome extension banner should be rendered on the landing page and during the meeting.
206 206
     * If this is set to false, the banner will not be rendered at all. If set to true, the check for extension(s)

Loading…
Cancel
Save