Hide role 'company'

This commit is contained in:
Bastian Masanek
2025-11-03 11:07:46 +01:00
parent 863fa671cb
commit f9a2857abe

View File

@@ -42,15 +42,15 @@ const roles: RoleOption[] = [
enabled: false,
badge: 'Demnächst',
},
{
value: 'company',
label: 'Firma',
description: 'Firma',
icon: Building2,
color: 'text-blue-600',
enabled: false,
badge: 'Demnächst',
},
// {
// value: 'company',
// label: 'Firma',
// description: 'Firma',
// icon: Building2,
// color: 'text-blue-600',
// enabled: false,
// badge: 'Demnächst',
// },
]
// Current role - will come from user session later