Browse Source

refactor: simplify

pull/2160/head
natdeanlewissoftwire 2 years ago
parent
commit
978cc12805
  1. 1
      app/models/form/lettings/questions/first_time_property_let_as_social_housing.rb

1
app/models/form/lettings/questions/first_time_property_let_as_social_housing.rb

@ -7,7 +7,6 @@ class Form::Lettings::Questions::FirstTimePropertyLetAsSocialHousing < ::Form::Q
@type = "radio" @type = "radio"
@check_answers_card_number = 0 @check_answers_card_number = 0
@hint_text = "" @hint_text = ""
@answer_options = answer_options
@question_number = 14 @question_number = 14
end end

Loading…
Cancel
Save