From b4fb50ba847593ddf5af605da5c72a0575f321bc Mon Sep 17 00:00:00 2001 From: Jack S Date: Tue, 31 Jan 2023 14:53:30 +0000 Subject: [PATCH] rubocop --- app/views/form/page.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/form/page.html.erb b/app/views/form/page.html.erb index 5afdad537..6d9d44baa 100644 --- a/app/views/form/page.html.erb +++ b/app/views/form/page.html.erb @@ -43,7 +43,7 @@ informative_text: @page.informative_text, form: @form, f:, - conditional: false + conditional: false, } %> <% else %> <%= render partial: "form/#{question.type}_question", locals: { @@ -52,7 +52,7 @@ page_header: @page.header, lettings_log: @log, f:, - conditional: false + conditional: false, } %> <% end %>