Skip to content

Commit e932e01

Browse files
committed
fix(storefront): Minor fix product card composable adding pictures to kit items fetch fields
1 parent 3272886 commit e932e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/storefront/src/lib/composables/use-product-card.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const kitItemFields = [
5858
'available' as const,
5959
'price' as const,
6060
'quantity' as const,
61+
'pictures.normal' as const,
6162
];
6263

6364
export type KitItems = ProductsList<typeof kitItemFields>;

0 commit comments

Comments
 (0)