Only use dense property on phones for motion review timeline (#12768)

This commit is contained in:
Josh Hawkins
2024-08-29 19:58:36 -06:00
committed by Nicolas Mowen
parent 7db6ed9ad5
commit b7e0d14b83
+1 -1
View File
@@ -1057,7 +1057,7 @@ function MotionReview({
setScrubbing(scrubbing);
}}
dense={isMobile}
dense={isMobileOnly}
/>
) : (
<Skeleton className="size-full" />