Skip to content

Commit

Permalink
fix(hid-application): Remove old condition (hotfix) (#16110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toti91 authored Sep 23, 2024
1 parent 42c7db4 commit f92833b
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 f92833b

Please sign in to comment.