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
ppl-fasilkom-ui
2020
PPL-C
Diskominfo-D'Blood
Mantan Aab-D Blood
Commits
83c08256
Commit
83c08256
authored
Jun 08, 2020
by
Nabila Febri Viola
Browse files
[REFACTOR] Switch kelurahan and kecamatan error messages ordering in complete profile
parent
c70061e3
Pipeline
#49913
passed with stages
in 2 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/complete-profile.js
View file @
83c08256
...
...
@@ -399,14 +399,14 @@ function CompleteProfile({
/
>
<
/Col
>
<
/Form.Group
>
{
errors
.
district
&&
(
{
errors
.
village
&&
(
<
Form
.
Control
.
Feedback
type
=
"
invalid
"
>
{
errors
.
district
.
message
}
{
errors
.
village
.
message
}
<
/Form.Control.Feedback
>
)}
{
errors
.
village
&&
(
{
errors
.
district
&&
(
<
Form
.
Control
.
Feedback
type
=
"
invalid
"
>
{
errors
.
village
.
message
}
{
errors
.
district
.
message
}
<
/Form.Control.Feedback
>
)}
{
errors
.
city
&&
(
...
...
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