Skip to content

Commit f6ba585

Browse files
authored
Merge pull request #77 from htaoufikallah/patch-2
fix broken address book select dropdown
2 parents 47e3396 + 0f3c9e6 commit f6ba585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SyliusShopBundle/views/Checkout/Address/_addressBookSelect.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if app.user is not empty and app.user.customer is not empty and app.user.customer.addresses|length > 0 %}
2-
<div class="dropdown address-book-select" {{ sylius_test_html_attribute('address-book') }}
2+
<div class="dropdown address-book-select" {{ sylius_test_html_attribute('address-book') }}>
33
<button class="btn btn-outline-primary dropdown-toggle" type="button" data-toggle="dropdown">
44
{{ 'sylius.ui.select_address_from_book'|trans }}
55
</button>

0 commit comments

Comments
 (0)