Skip to content

Commit ca40fe5

Browse files
Removing company input field from profile form (#16569)
1 parent 884a177 commit ca40fe5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

components/dashboard/src/user-settings/ProfileInformation.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,6 @@ export default function ProfileInformation(props: {
154154
onChange={(e) => props.setProfileState({ ...props.profileState, email: e.target.value })}
155155
/>
156156
</div>
157-
<div className="mt-4">
158-
<h4>Company</h4>
159-
<input
160-
type="text"
161-
value={props.profileState.company}
162-
onChange={(e) => props.setProfileState({ ...props.profileState, company: e.target.value })}
163-
/>
164-
</div>
165157
</div>
166158
<div className="lg:pl-14">
167159
<div className="mt-4">

0 commit comments

Comments
 (0)