From 5019df20ca79ef5e260906fc0043361e5599ada1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9E=C3=B3rarinn=20Gunnar=20=C3=81rnason?= Date: Mon, 23 Sep 2024 10:53:24 +0000 Subject: [PATCH] fix(hid-application): Remove old condition (#16109) --- .../src/forms/HealthInsuranceDeclarationForm.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/application/templates/health-insurance-declaration/src/forms/HealthInsuranceDeclarationForm.ts b/libs/application/templates/health-insurance-declaration/src/forms/HealthInsuranceDeclarationForm.ts index ed46fa830f95..801ff456b246 100644 --- a/libs/application/templates/health-insurance-declaration/src/forms/HealthInsuranceDeclarationForm.ts +++ b/libs/application/templates/health-insurance-declaration/src/forms/HealthInsuranceDeclarationForm.ts @@ -302,8 +302,6 @@ export const HealthInsuranceDeclarationForm: Form = buildForm({ ], }), ], - condition: (answers: FormValue) => - !!(answers.hasSpouse || answers.hasChildren), }), buildSection({ id: 'residencySectionTourist',