diff --git a/web/src/views/events/EventView.tsx b/web/src/views/events/EventView.tsx
index e84440748..02e34f0d4 100644
--- a/web/src/views/events/EventView.tsx
+++ b/web/src/views/events/EventView.tsx
@@ -870,28 +870,32 @@ function MotionReview({
- {
- if (playing && scrubbing) {
- setPlaying(false);
- }
+ {motionData ? (
+ {
+ if (playing && scrubbing) {
+ setPlaying(false);
+ }
- setScrubbing(scrubbing);
- }}
- dense={isMobile}
- />
+ setScrubbing(scrubbing);
+ }}
+ dense={isMobile}
+ />
+ ) : (
+
+ )}