diff --git a/src/components/layouts/PosterLayout.svelte b/src/components/layouts/PosterLayout.svelte index 62d2ef6..f48ba2c 100644 --- a/src/components/layouts/PosterLayout.svelte +++ b/src/components/layouts/PosterLayout.svelte @@ -10,6 +10,8 @@ export let product: any export let shopProduct: any + $: hasStock = shopProduct.stock_level > 0 + /** * Preview photos specs @@ -69,8 +71,10 @@
{shopProduct.name} – {shopProduct.price}€