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 - - - - - - Price - - - - {#if showSheetPrice} - - - Price from Sheet - - - {#if canEditSheetPrice} - - Save - - {/if} - - - {/if} - - - - - - Disabled by Price - - - - - @@ -403,7 +359,7 @@ Last Change - + {recipeData.LastChange ?? 'N/A'} @@ -412,7 +368,7 @@ { const input = e.target as HTMLInputElement | null; if (input && input.value !== '') {