Skip to content

Commit

Permalink
fix(hid-application): Remove old condition (#16109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toti91 authored Sep 23, 2024
1 parent c5b064a commit 5019df2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ export const HealthInsuranceDeclarationForm: Form = buildForm({
],
}),
],
condition: (answers: FormValue) =>
!!(answers.hasSpouse || answers.hasChildren),
}),
buildSection({
id: 'residencySectionTourist',
Expand Down

0 comments on commit 5019df2

Please sign in to comment.