From b85446865ef5ce9eac037c8901af305bb4d37cc9 Mon Sep 17 00:00:00 2001 From: June Date: Mon, 17 Nov 2025 18:04:14 +1300 Subject: [PATCH] add dot to ing list --- web/src/components/detail/StepIngredientSideView.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/components/detail/StepIngredientSideView.astro b/web/src/components/detail/StepIngredientSideView.astro index 9559954..0a9eeb5 100644 --- a/web/src/components/detail/StepIngredientSideView.astro +++ b/web/src/components/detail/StepIngredientSideView.astro @@ -4,7 +4,6 @@ const { ingredients, class: className } = Astro.props;
{ingredients.map(i => ( - +

・{i.quantity ? i.quantity.value.value : ''} {i.unit || ""} {i.name} {i.preparation ? `(${i.preparation})` : ''}

))}
\ No newline at end of file