fix(settings): correct JSX structure in SiteSettingsPage for proper rendering of visibility tab

This commit is contained in:
Usman Baig
2026-01-22 20:31:37 +01:00
parent 3996c2550e
commit c325f50504

View File

@@ -464,9 +464,10 @@ export default function SiteSettingsPage() {
</button>
</div>
</div>
)}
</div>
)}
)}
</div>
)}
{activeTab === 'visibility' && (
<div className="space-y-12">