瀏覽代碼

auto commit

dev8
jfinn 4 年之前
父節點
當前提交
1d58bcb137
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/filmstrip/components/web/ThumbnailWrapper.js

+ 1
- 1
react/features/filmstrip/components/web/ThumbnailWrapper.js 查看文件

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

Loading…
取消
儲存