diff --git a/assets/js/EditProfile.jsx b/assets/js/EditProfile.jsx
index a9ba5fbf92cfa235be0ed78ca2860d364d8340e4..dc5ab8a19cb75c9e6c4d9dbc75efc3d5c832713f 100644
--- a/assets/js/EditProfile.jsx
+++ b/assets/js/EditProfile.jsx
@@ -344,42 +344,6 @@ export default class EditProfile extends ProfileHandler {
                   name="student_gpa"
                 />
               </Form.Field>
-              <Form.Field>
-                <label htmlFor="expected_salary">Expected Salary</label>
-                <input onChange={this.handleChange} placeholder="2000000" name="expected_salary" />
-              </Form.Field>
-              <Form.Field>
-                <label htmlFor="intro">Intro</label>
-                <input
-                  onChange={this.handleChange}
-                  placeholder={
-                    this.state.intro === null
-                      ? 'Ceritakan dirimu secara singkat'
-                      : this.state.intro
-                  }
-                  defaultValue={
-                    this.state.intro === null ? null : this.state.intro
-                  }
-                  name="intro"
-                />
-              </Form.Field>
-              <Form.Field>
-                <label htmlFor="student_gpa">GPA</label>
-                <input
-                  onChange={this.handleChange}
-                  placeholder={
-                    this.state.student_gpa === null
-                      ? '3.50'
-                      : this.state.student_gpa
-                  }
-                  defaultValue={
-                    this.state.student_gpa === null
-                      ? null
-                      : this.state.student_gpa
-                  }
-                  name="student_gpa"
-                />
-              </Form.Field>
               <Form.Field>
                 <label htmlFor="dependants">Dependants</label>
                 <input