style: remove comments

This commit is contained in:
Sebastian Pravda 2022-12-25 12:31:59 +01:00
parent abba57c10c
commit 37bd34ef80
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -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;
} }