Skip to content

Commit

Permalink
🌸 Marketplace: Shopper sees DeliveryExpectations upon choosing …
Browse files Browse the repository at this point in the history
…`DeliveryArea` (#1790)

- #1326
- #1672
- #1185
  • Loading branch information
zspencer authored Aug 31, 2023
1 parent 233ea7d commit 7949319
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<%- if delivery_area.present? %>
<div>
<%= delivery_area.label %>

<div class="text-sm text-gray-500">
<%= render(Marketplace::Cart::DeliveryExpectationsComponent.new(cart: cart)) %>
</div>

</div>

<div class="text-right">
Expand Down

0 comments on commit 7949319

Please sign in to comment.