We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884a177 commit ca40fe5Copy full SHA for ca40fe5
components/dashboard/src/user-settings/ProfileInformation.tsx
@@ -154,14 +154,6 @@ export default function ProfileInformation(props: {
154
onChange={(e) => props.setProfileState({ ...props.profileState, email: e.target.value })}
155
/>
156
</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>
165
166
<div className="lg:pl-14">
167
<div className="mt-4">
0 commit comments