Skip to content

Commit

Permalink
chore: one more address
Browse files Browse the repository at this point in the history
  • Loading branch information
kimadactyl committed Nov 15, 2024
1 parent 2f0e74e commit 9cfc8e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/partners/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@
<% if @partner.has_service_areas? %>
<p>We operate in <%= partner_service_area_text(@partner) %>.</p>
<% end %>
<%= render_component "address",
address: @partner.address
%>

<%= render AddressComponent.new(address: @partner.address) %>

<% unless @partner.accessibility_info_html.blank? %>
<details id='accessibility-info'>
Expand Down

0 comments on commit 9cfc8e9

Please sign in to comment.