diff --git a/react/features/filmstrip/components/web/Thumbnail.js b/react/features/filmstrip/components/web/Thumbnail.js index 2d05b77e5562..26ed5c6aef86 100644 --- a/react/features/filmstrip/components/web/Thumbnail.js +++ b/react/features/filmstrip/components/web/Thumbnail.js @@ -827,10 +827,7 @@ class Thumbnail extends Component { const { _gifSrc, classes } = this.props; return _gifSrc && ( -
+
GIF @@ -1000,6 +997,12 @@ class Thumbnail extends Component { className = { clsx(classes.borderIndicator, _gifSrc && classes.borderIndicatorOnTop, 'active-speaker-indicator') } /> + {_gifSrc && ( +
+ )} ); }