diff --git a/components/dashboard/src/user-settings/ProfileInformation.tsx b/components/dashboard/src/user-settings/ProfileInformation.tsx index 4de4c21d123377..114e74e0652986 100644 --- a/components/dashboard/src/user-settings/ProfileInformation.tsx +++ b/components/dashboard/src/user-settings/ProfileInformation.tsx @@ -154,14 +154,6 @@ export default function ProfileInformation(props: { onChange={(e) => props.setProfileState({ ...props.profileState, email: e.target.value })} /> -
-

Company

- props.setProfileState({ ...props.profileState, company: e.target.value })} - /> -