fix(settings): show delete account in unified profile tab

This commit is contained in:
Usman Baig
2026-03-25 18:02:47 +01:00
parent 7dc6e0daf5
commit ce992e331f

View File

@@ -11,7 +11,7 @@ export default function AccountProfileTab() {
<p className="text-sm text-neutral-400">Manage your personal account settings.</p>
</div>
<ProfileSettings activeTab="profile" borderless hideDangerZone />
<ProfileSettings activeTab="profile" borderless />
</div>
)
}