Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Jan 21, 2025
1 parent cd11815 commit 7724566
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class JobApplicationReviewComponent::CatholicReligiousInformationSection < JobApplicationReviewComponent::Section
def initialize(job_application, allow_edit:, name:)
super(job_application, forms: %w[ReligiousInformationForm], name: name, allow_edit: allow_edit)
super(job_application, forms: %w[CatholicForm], name: name, allow_edit: allow_edit)
end
end

0 comments on commit 7724566

Please sign in to comment.