From 32e1539ccf9dbbef8392a2b81b4102bb284125d9 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Fri, 22 Nov 2024 16:56:44 +0000 Subject: [PATCH] Remove extra whitespace --- app/views/schemes/details.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/schemes/details.html.erb b/app/views/schemes/details.html.erb index 2e56b1c8f..6074a5cc0 100644 --- a/app/views/schemes/details.html.erb +++ b/app/views/schemes/details.html.erb @@ -50,7 +50,7 @@ legend: { text: "Is this scheme registered under the Care Standards Act 2000?", size: "m" } %> <% scheme_owning_organisation_options = owning_organisation_options(current_user) %> - + <% if scheme_owning_organisation_options.count == 1 %> <%= f.hidden_field :owning_organisation_id, value: current_user.organisation.id %> <% else %>