diff --git a/src/lib/components/IngredientRow.svelte b/src/lib/components/IngredientRow.svelte index cb775fe..03a806f 100644 --- a/src/lib/components/IngredientRow.svelte +++ b/src/lib/components/IngredientRow.svelte @@ -1,5 +1,5 @@ +{#if ing.section_heading === null} +
  • + +
  • +{:else} +
  • + + +
  • +{/if}