mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 14:02:14 +00:00
style: remove comments
This commit is contained in:
parent
abba57c10c
commit
37bd34ef80
1 changed files with 3 additions and 4 deletions
|
|
@ -191,9 +191,9 @@
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
if (
|
if (
|
||||||
/* $typedErrors.birthdurname || */ $typedErrors['candidate']['birthplace'] ||
|
$typedErrors['candidate']['birthplace'] ||
|
||||||
$typedErrors['candidate']['birthdate'] ||
|
$typedErrors['candidate']['birthdate'] ||
|
||||||
$typedErrors['candidate']['address'] /* || $typedErrors.sex */
|
$typedErrors['candidate']['address']
|
||||||
) {
|
) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
@ -222,8 +222,7 @@
|
||||||
if (
|
if (
|
||||||
$typedErrors['candidate']['citizenship'] ||
|
$typedErrors['candidate']['citizenship'] ||
|
||||||
$typedErrors['candidate']['personalIdNumber'] ||
|
$typedErrors['candidate']['personalIdNumber'] ||
|
||||||
$typedErrors['candidate']['study'] //||
|
$typedErrors['candidate']['study']
|
||||||
// $typedErrors.applicationId
|
|
||||||
) {
|
) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue