Skip to content

Commit f04cc7e

Browse files
committed
[FIX] CMS_STRICT_VARIABLES
1 parent a1b43e2 commit f04cc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/quickcheckout/customerinfo.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="mall-quick-checkout__collapsible-header">
22
<h2 class="mall-quick-checkout__heading">{{ 'offline.mall::frontend.customer_information'|trans }}</h2>
33
<div class="mall-quick-checkout__collapsible-summary">
4-
{{ __SELF__.cart.shipping_address.one_liner }}
4+
{{ __SELF__.cart.shipping_address.one_liner|default(null) }}
55
</div>
66
</header>
77
<section class="mall-quick-checkout__collapsible-content">

0 commit comments

Comments
 (0)