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)