diff --git a/src/lib/components/recipe-details/recipe-detail.svelte b/src/lib/components/recipe-details/recipe-detail.svelte index f9bb96b..455dcfd 100644 --- a/src/lib/components/recipe-details/recipe-detail.svelte +++ b/src/lib/components/recipe-details/recipe-detail.svelte @@ -348,50 +348,6 @@ - - - Price Information - - -
- -
- - -
- - {#if showSheetPrice} - -
- -
- - {#if canEditSheetPrice} - - {/if} -
-
- {/if} - - -
-
- - Disabled by Price -
-
-
-
-
@@ -403,7 +359,7 @@
- + {recipeData.LastChange ?? 'N/A'}
@@ -412,7 +368,7 @@ { const input = e.target as HTMLInputElement | null; if (input && input.value !== '') {