From 6d76e361ff138a0e9b3e90cfdc63864e4b8392ce Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 24 Jul 2023 15:25:30 +0100 Subject: [PATCH] refactor: lint --- app/helpers/organisations_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/organisations_helper.rb b/app/helpers/organisations_helper.rb index febd0123c..850742afc 100644 --- a/app/helpers/organisations_helper.rb +++ b/app/helpers/organisations_helper.rb @@ -31,7 +31,7 @@ module OrganisationsHelper visually_hidden_text: organisation.name.humanize.downcase, href: edit_organisation_path(organisation), html_attributes: { "data-qa": "change-#{organisation.name.downcase}" }, - ) + ) else row.action end