fix: wrap return in fragment for UnitRevealOverlay

This commit is contained in:
2026-07-30 13:27:50 +03:00
parent 485c77efd5
commit a568fd3a6f
@@ -154,6 +154,7 @@ export default function CloudRevealSection() {
}
return (
<>
<div ref={sectionRef} style={{ height: '500vh' }}>
<div className="sticky top-0 min-h-[100dvh] w-full overflow-hidden bg-black">
@@ -250,6 +251,7 @@ export default function CloudRevealSection() {
unitSub={activeUnit?.sub ?? ''}
onClose={() => setActiveUnit(null)}
/>
</>
)
}