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 4a867ddd56
commit 93b81756c6

View File

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