Browse Source

Remove hint text

pull/2723/head
Manny Dinssa 2 years ago
parent
commit
238beef4d8
  1. 1
      app/models/form/lettings/questions/renewal.rb

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

@ -4,7 +4,6 @@ class Form::Lettings::Questions::Renewal < ::Form::Question
@id = "renewal"
@type = "radio"
@answer_options = ANSWER_OPTIONS
@hint_text = hint_text
@question_number = QUESTION_NUMBER_FROM_YEAR[form.start_date.year] || QUESTION_NUMBER_FROM_YEAR[QUESTION_NUMBER_FROM_YEAR.keys.max] if form.start_date.present?
end

Loading…
Cancel
Save