From 828089ed2fabcb938567d2c39d4555afb363858f Mon Sep 17 00:00:00 2001 From: "pakintada@gmail.com" Date: Wed, 10 Jun 2026 16:21:34 +0700 Subject: [PATCH] change: disable price display on recipe detail Signed-off-by: pakintada@gmail.com --- .../recipe-details/recipe-detail.svelte | 48 +------------------ 1 file changed, 2 insertions(+), 46 deletions(-) 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 !== '') {