Browse Source

refactor: lint

pull/1787/head
natdeanlewissoftwire 3 years ago
parent
commit
6d76e361ff
  1. 2
      app/helpers/organisations_helper.rb

2
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

Loading…
Cancel
Save