Browse Source

Fix lint

pull/2755/head
Manny Dinssa 9 months ago
parent
commit
22e25972a2
  1. 6
      app/models/form/sales/pages/joint_purchase.rb

6
app/models/form/sales/pages/joint_purchase.rb

@ -7,9 +7,9 @@ class Form::Sales::Pages::JointPurchase < ::Form::Page
def depends_on def depends_on
if form.start_year_2025_or_later? if form.start_year_2025_or_later?
[ [
{ "ownershipsch" => 1 }, { "ownershipsch" => 1 },
{ "ownershipsch" => 2 }, { "ownershipsch" => 2 },
] ]
else else
[ [
{ "ownershipsch" => 1 }, { "ownershipsch" => 1 },

Loading…
Cancel
Save