Skip to content

Commit

Permalink
Removed a space in line 96 to fix indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBowmanXD committed May 8, 2024
1 parent 11711fe commit ac00d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/checkout/_details.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
%em.fees= payment_or_shipping_price(shipping_method, @order)
- display_ship_address = display_ship_address || (ship_method_is_selected && shipping_method.require_ship_address)
%div.checkout-input{"data-shippingmethod-target": "shippingMethodDescription", "data-shippingmethodid": shipping_method.id , style: "display: #{ship_method_is_selected ? 'block' : 'none'}" }
#distributor_address.panel
#distributor_address.panel
- if shipping_method.description.present?
%span #{shipping_method.description}

Expand Down

0 comments on commit ac00d28

Please sign in to comment.