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