minor tweaks

This commit is contained in:
vabene1111
2024-12-23 14:49:07 +01:00
parent 65034e523f
commit 5a8b4fb4ce
3 changed files with 7 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
</v-card>
<v-card class="mt-1" v-if="props.recipe.steps.length > 1">
<steps-overview :steps="props.recipe.steps"></steps-overview>
<steps-overview :steps="props.recipe.steps" :ingredient-factor="ingredientFactor"></steps-overview>
</v-card>
<v-card class="mt-1" v-for="(step, index) in props.recipe.steps" :key="step.id">