From 84cdf5dd6fe7b794c8b9e8c7756fb246ac554ce7 Mon Sep 17 00:00:00 2001 From: Dr Kim Foale Date: Fri, 15 Nov 2024 21:06:25 +0000 Subject: [PATCH] chore: tiny tidyup --- .rubocop.yml | 2 +- app/views/partners/show.html.erb | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index c90f55b49..54fb032e5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -130,4 +130,4 @@ Style/RedundantLineContinuation: Lint/SelfAssignment: Enabled: false Lint/RedundantCopDisableDirective: - Enabled: false + Enabled: false \ No newline at end of file diff --git a/app/views/partners/show.html.erb b/app/views/partners/show.html.erb index fc35393ea..09964661c 100644 --- a/app/views/partners/show.html.erb +++ b/app/views/partners/show.html.erb @@ -97,10 +97,7 @@

Address

- <%= render( - AddressComponent.new(address: place.address) - ) - %> + <%= render AddressComponent.new(address: place.address) %>

Contact