Skip to content

Commit 95ca7c8

Browse files
committed
fix(order): display default image alt for order list
1 parent 6728123 commit 95ca7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modules/ui/src/lib/components/organisms/data-list-order/data-list-order.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="row px-2 py-2">
22
<div>
33
<img
4-
[alt]="product?.name"
4+
[alt]="product?.name || 'Product Image'"
55
[src]="product?.images?.[0]?.url"
66
sizes="(max-width: 60px) 60px, 60px"
77
width="60"

0 commit comments

Comments
 (0)