From d7d632112a10f6a6596bb03bbb34a8bb55e5802c Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Thu, 29 Feb 2024 10:37:18 +0000 Subject: [PATCH] Fix linting --- app/views/organisation_relationships/managing_agents.html.erb | 2 +- app/views/organisation_relationships/stock_owners.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/organisation_relationships/managing_agents.html.erb b/app/views/organisation_relationships/managing_agents.html.erb index 6c6cf4fe7..18ee1cc5e 100644 --- a/app/views/organisation_relationships/managing_agents.html.erb +++ b/app/views/organisation_relationships/managing_agents.html.erb @@ -30,7 +30,7 @@ item_label:, search_item: "agents", total_count: @total_count, - remove_path: ->(org_id) { managing_agents_remove_organisation_path(target_organisation_id: org_id) } + remove_path: ->(org_id) { managing_agents_remove_organisation_path(target_organisation_id: org_id) }, } %> <%= render partial: "pagy/nav", locals: { pagy: @pagy, item_name: "managing agents" } %> <% end %> diff --git a/app/views/organisation_relationships/stock_owners.html.erb b/app/views/organisation_relationships/stock_owners.html.erb index 18d2e9b65..4be22f7b9 100644 --- a/app/views/organisation_relationships/stock_owners.html.erb +++ b/app/views/organisation_relationships/stock_owners.html.erb @@ -27,7 +27,7 @@ item_label:, search_item: "stock owners", total_count: @total_count, - remove_path: ->(org_id) { stock_owners_remove_organisation_path(target_organisation_id: org_id) } + remove_path: ->(org_id) { stock_owners_remove_organisation_path(target_organisation_id: org_id) }, } %> <%= render partial: "pagy/nav", locals: { pagy: @pagy, item_name: "stock owners" } %> <% end %>