From 37bd34ef80999cc3bb1d2f960fc35074c42820f4 Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Sun, 25 Dec 2022 12:31:59 +0100 Subject: [PATCH] style: remove comments --- .../(candidate)/(authenticated)/register/+page.svelte | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte index 7fcd661..9016bc4 100644 --- a/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte +++ b/frontend/src/routes/(candidate)/(authenticated)/register/+page.svelte @@ -191,9 +191,9 @@ case 2: if ( - /* $typedErrors.birthdurname || */ $typedErrors['candidate']['birthplace'] || + $typedErrors['candidate']['birthplace'] || $typedErrors['candidate']['birthdate'] || - $typedErrors['candidate']['address'] /* || $typedErrors.sex */ + $typedErrors['candidate']['address'] ) { return true; } @@ -222,8 +222,7 @@ if ( $typedErrors['candidate']['citizenship'] || $typedErrors['candidate']['personalIdNumber'] || - $typedErrors['candidate']['study'] //|| - // $typedErrors.applicationId + $typedErrors['candidate']['study'] ) { return true; }