diff --git a/app/views/form/check_answers.html.erb b/app/views/form/check_answers.html.erb index 62e17adaa..8db15d81e 100644 --- a/app/views/form/check_answers.html.erb +++ b/app/views/form/check_answers.html.erb @@ -17,7 +17,7 @@ <% end %> <%= display_answered_questions_summary(subsection, @case_log, current_user) %> - <%= render partial: "form/check_answers_summary_list", locals: { + <%= render partial: "form/check_answers_summary_list", locals: { subsection:, case_log: @case_log, } %>