fix(recipes): each-block local var '_' shadowed the svelte-i18n store

Renamed to '_step' so '$_(...)' inside the loop body resolves to the
i18n store instead of the loop element. Push-hook caught it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-27 14:16:49 +02:00
parent eecf64c1c6
commit 942bcfa0cd

View file

@ -416,7 +416,7 @@
<div class="form-section">
<span class="form-label">{$_('recipes.create_form.label_steps')}</span>
{#each newSteps as _, i}
{#each newSteps as _step, i}
<div class="step-edit-row">
<span class="step-edit-num">{i + 1}.</span>
<input