From a568fd3a6f58597b3890462fc87e80ea1917e1a5 Mon Sep 17 00:00:00 2001 From: Mustafa Date: Thu, 30 Jul 2026 13:27:50 +0300 Subject: [PATCH] fix: wrap return in fragment for UnitRevealOverlay --- components/sections/CloudRevealSection.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/sections/CloudRevealSection.tsx b/components/sections/CloudRevealSection.tsx index acc8670..812befe 100644 --- a/components/sections/CloudRevealSection.tsx +++ b/components/sections/CloudRevealSection.tsx @@ -154,6 +154,7 @@ export default function CloudRevealSection() { } return ( + <>
@@ -250,6 +251,7 @@ export default function CloudRevealSection() { unitSub={activeUnit?.sub ?? ''} onClose={() => setActiveUnit(null)} /> + ) }