Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
Kape
Commits
003cab02
Commit
003cab02
authored
Dec 06, 2019
by
Khoirul Khuluqi Abdulloh
Browse files
Menghapus beberapa duplikasi kode pada EditProfile.jsx
parent
a6e57223
Pipeline
#26863
failed with stages
in 13 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
assets/js/EditProfile.jsx
View file @
003cab02
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment