Vorschläge für {formatDayLabel(selectedDay)}

{#if slotsWithMeal.length > 0}

Diese Woche bisher

    {#each slotsWithMeal as slot}
  • {formatDayLabel(slot.slotDate!).split(',')[0]} {slot.recipe?.name}
  • {/each}
{:else}

Noch keine Gerichte diese Woche geplant

{/if}