diff --git a/vendor/magento/module-checkout/view/frontend/web/template/billing-address/details.html b/vendor/magento/module-checkout/view/frontend/web/template/billing-address/details.html
index 23bbce48fee..6b3de69d1a2 100644
--- a/vendor/magento/module-checkout/view/frontend/web/template/billing-address/details.html
+++ b/vendor/magento/module-checkout/view/frontend/web/template/billing-address/details.html
@@ -7,7 +7,7 @@
 <div if="isAddressDetailsVisible() && currentBillingAddress()" class="billing-address-details">
     <text args="currentBillingAddress().prefix"/> <text args="currentBillingAddress().firstname"/> <text args="currentBillingAddress().middlename"/>
     <text args="currentBillingAddress().lastname"/> <text args="currentBillingAddress().suffix"/><br/>
-    <text args="_.values(currentBillingAddress().street).join(', ')"/><br/>
+    <text args="currentBillingAddress().street.join(', ')"/><br/>
     <text args="currentBillingAddress().city "/>, <span text="currentBillingAddress().region"></span> <text args="currentBillingAddress().postcode"/><br/>
     <text args="getCountryName(currentBillingAddress().countryId)"/><br/>
     <a if="currentBillingAddress().telephone" attr="'href': 'tel:' + currentBillingAddress().telephone" text="currentBillingAddress().telephone"></a><br/>
