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