Skip to content

Commit db28ae5

Browse files
committed
fix(components/product): wait kit items fetch to render shipping calculator [#739]
1 parent c78e11e commit db28ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

@ecomplus/storefront-components/src/html/TheProduct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
</p>
365365

366366
<slot
367-
v-if="!isQuickview"
367+
v-if="!isQuickview && (!isKit || kitItems.length)"
368368
name="shipping"
369369
>
370370
<shipping-calculator

0 commit comments

Comments
 (0)