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

This commit is contained in:
Josh Hawkins 2024-08-05 08:01:42 -05:00 committed by Nicolas Mowen
parent 7db6ed9ad5
commit b7e0d14b83

View File

@ -1057,7 +1057,7 @@ function MotionReview({
setScrubbing(scrubbing);
}}
dense={isMobile}
dense={isMobileOnly}
/>
) : (
<Skeleton className="size-full" />