Skip to content

Commit

Permalink
chore: tiny tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
kimadactyl committed Nov 15, 2024
1 parent f3b5f50 commit 84cdf5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ Style/RedundantLineContinuation:
Lint/SelfAssignment:
Enabled: false
Lint/RedundantCopDisableDirective:
Enabled: false
Enabled: false
5 changes: 1 addition & 4 deletions app/views/partners/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,7 @@
<div class="gi gi__1-2">
<h3 class="udl udl--fw allcaps h4">Address</h3>
<div class="small">
<%= render(
AddressComponent.new(address: place.address)
)
%>
<%= render AddressComponent.new(address: place.address) %>
</div>
<h3 class="udl udl--fw allcaps h4">Contact</h3>
<div class="small">
Expand Down

0 comments on commit 84cdf5d

Please sign in to comment.