Browse Source

auto commit

dev8
jfinn 4 years ago
parent
commit
1d58bcb137
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/filmstrip/components/web/ThumbnailWrapper.js

+ 1
- 1
react/features/filmstrip/components/web/ThumbnailWrapper.js View File

74
         if (typeof _participantID !== 'string') {
74
         if (typeof _participantID !== 'string') {
75
             return null;
75
             return null;
76
         }
76
         }
77
-		if (!window?.glob_dbg?.flags.?thumbnail_wrapper_silent){
77
+		if (!window?.glob_dbg?.flags?.thumbnail_wrapper_silent){
78
 			console.log("TWS",this,_participantID, style, _horizontalOffset)
78
 			console.log("TWS",this,_participantID, style, _horizontalOffset)
79
 		}
79
 		}
80
 
80
 

Loading…
Cancel
Save