From 6aec22f6e1d637137562938abc4ef7c8a3c63c4b Mon Sep 17 00:00:00 2001 From: Ted-U <92022120+Ted-U@users.noreply.github.com> Date: Fri, 12 Aug 2022 16:29:12 +0100 Subject: [PATCH] Update check_answers.html.erb --- app/views/form/check_answers.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } %>