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,6 +464,7 @@ export default function SiteSettingsPage() {
</button> </button>
</div> </div>
</div> </div>
</div>
)} )}
</div> </div>
)} )}