diff --git a/web/src/components/VideoPlayer.jsx b/web/src/components/VideoPlayer.jsx index 39c013fc8..3560d964a 100644 --- a/web/src/components/VideoPlayer.jsx +++ b/web/src/components/VideoPlayer.jsx @@ -87,7 +87,7 @@ export default function VideoPlayer({ children, options, seekOptions = {}, onRea }, []); // eslint-disable-line react-hooks/exhaustive-deps return ( -
+
diff --git a/web/src/routes/Event.jsx b/web/src/routes/Event.jsx index f3e66d5f8..516582837 100644 --- a/web/src/routes/Event.jsx +++ b/web/src/routes/Event.jsx @@ -119,21 +119,23 @@ export default function Event({ eventId }) { {data.has_clip ? ( Clip - {}} - /> +
+ {}} + /> +