diff --git a/web/src/components/player/dynamic/DynamicVideoPlayer.tsx b/web/src/components/player/dynamic/DynamicVideoPlayer.tsx index c3d2aac9e..1aaa0d7b7 100644 --- a/web/src/components/player/dynamic/DynamicVideoPlayer.tsx +++ b/web/src/components/player/dynamic/DynamicVideoPlayer.tsx @@ -165,33 +165,29 @@ export default function DynamicVideoPlayer({ }, [controller, recordings]); return ( -
-
- { - if (isScrubbing) { - playerRef.current?.pause(); - } +
+ { + if (isScrubbing) { + playerRef.current?.pause(); + } - setIsLoading(false); - }} - > - {config && focusedItem && ( - - )} - -
+ setIsLoading(false); + }} + > + {config && focusedItem && ( + + )} +