diff --git a/app/helpers/check_answers_helper.rb b/app/helpers/check_answers_helper.rb index d8b72dc73..8828205c1 100644 --- a/app/helpers/check_answers_helper.rb +++ b/app/helpers/check_answers_helper.rb @@ -12,7 +12,7 @@ module CheckAnswersHelper end def get_answer_label(question, case_log) - if question.answer_label.present? + if question.answer_label(case_log).present? question.answer_label(case_log) else "You didn’t answer this question".html_safe diff --git a/app/views/form/_check_answers_table.html.erb b/app/views/form/_check_answers_table.html.erb index be019eefb..945e90085 100644 --- a/app/views/form/_check_answers_table.html.erb +++ b/app/views/form/_check_answers_table.html.erb @@ -2,7 +2,7 @@ <% unless question.id == "incfreq" %>