Center camera in layout when only one camera is filtered

This commit is contained in:
Nicolas Mowen 2025-07-29 07:13:52 -06:00
parent 898d1de875
commit 63384c0921

View File

@ -657,7 +657,7 @@ export function RecordingView({
containerRef={mainLayoutRef}
/>
</div>
{isDesktop && (
{isDesktop && allCameras.length > 1 && (
<div
ref={previewRowRef}
className={cn(