diff --git a/app/models/form/sales/pages/joint_purchase.rb b/app/models/form/sales/pages/joint_purchase.rb index ae97eb7d5..a8382d1fb 100644 --- a/app/models/form/sales/pages/joint_purchase.rb +++ b/app/models/form/sales/pages/joint_purchase.rb @@ -7,9 +7,9 @@ class Form::Sales::Pages::JointPurchase < ::Form::Page def depends_on if form.start_year_2025_or_later? [ - { "ownershipsch" => 1 }, - { "ownershipsch" => 2 }, - ] + { "ownershipsch" => 1 }, + { "ownershipsch" => 2 }, + ] else [ { "ownershipsch" => 1 },