From b024a0b17633dcac3768b58787e18fd94d315cec Mon Sep 17 00:00:00 2001 From: rahul shukla Date: Thu, 5 Mar 2020 16:44:52 +0530 Subject: [PATCH] Issue #2606 --- .../src/Resources/views/shop/products/view/attributes.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/products/view/attributes.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/products/view/attributes.blade.php index 404c208fc..e4a700d1b 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/products/view/attributes.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/products/view/attributes.blade.php @@ -5,7 +5,7 @@ $customAttributeValues = $productViewHelper->getAdditionalData($product); @endphp - @if ($customAttributeValues && $customAttributeValues[0]['value']) + @if ($customAttributeValues)