diff --git a/src/components/settings/ProfileSettingsForm.tsx b/src/components/settings/ProfileSettingsForm.tsx index 171c95f..4b56faa 100644 --- a/src/components/settings/ProfileSettingsForm.tsx +++ b/src/components/settings/ProfileSettingsForm.tsx @@ -455,7 +455,7 @@ export function ProfileSettingsForm({ - {/* Career (only for agents) */} + {/* Career (only for agents, read-only - set during onboarding) */} {(session?.user as any)?.role === 'AGENT' && (
)}