From c325f5050451c98167433f7201db81eaf013d878 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 22 Jan 2026 20:31:37 +0100 Subject: [PATCH] fix(settings): correct JSX structure in SiteSettingsPage for proper rendering of visibility tab --- app/sites/[id]/settings/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/sites/[id]/settings/page.tsx b/app/sites/[id]/settings/page.tsx index 203a0a0..59e3274 100644 --- a/app/sites/[id]/settings/page.tsx +++ b/app/sites/[id]/settings/page.tsx @@ -464,9 +464,10 @@ export default function SiteSettingsPage() { - )} - )} + )} + + )} {activeTab === 'visibility' && (