diff --git a/app/models/form/sales/questions/about_price_shared_ownership_value_check.rb b/app/models/form/sales/questions/about_price_shared_ownership_value_check.rb index 68c3936cc..35fefd7fd 100644 --- a/app/models/form/sales/questions/about_price_shared_ownership_value_check.rb +++ b/app/models/form/sales/questions/about_price_shared_ownership_value_check.rb @@ -9,7 +9,16 @@ class Form::Sales::Questions::AboutPriceSharedOwnershipValueCheck < ::Form::Ques "0" => { "value" => "Yes" }, "1" => { "value" => "No" }, } - @hidden_in_check_answers = true + @hidden_in_check_answers = { + "depends_on" => [ + { + "value_value_check" => 0, + }, + { + "value_value_check" => 1, + }, + ], + } end def value_is_high?(value)