From eb5e5a5476ce52cf2659528d902e07bf365c64da Mon Sep 17 00:00:00 2001 From: poignatov Date: Tue, 10 Mar 2026 17:50:55 +0300 Subject: [PATCH] =?UTF-8?q?6.8.2:=20=D0=9F=D0=B5=D1=80=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B0=20=D0=B3=D0=B0=D0=BB=D0=BE?= =?UTF-8?q?=D1=87=D0=BA=D0=B8=20=D0=B8=20=D0=B8=D0=BD=D0=BF=D1=83=D1=82?= =?UTF-8?q?=D0=B0=20=D0=BE=D0=B1=D1=8A=D1=91=D0=BC=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- VERSION | 2 +- play-life-web/package.json | 2 +- .../src/components/ShoppingItemDetail.jsx | 26 +++++++++---------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/VERSION b/VERSION index 5f6c086..166d79d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.8.1 +6.8.2 diff --git a/play-life-web/package.json b/play-life-web/package.json index f3ced8f..feb31b8 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.8.1", + "version": "6.8.2", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/ShoppingItemDetail.jsx b/play-life-web/src/components/ShoppingItemDetail.jsx index 3700ecb..1833336 100644 --- a/play-life-web/src/components/ShoppingItemDetail.jsx +++ b/play-life-web/src/components/ShoppingItemDetail.jsx @@ -170,6 +170,19 @@ function ShoppingItemDetail({ itemId, onClose, onRefresh, onItemCompleted, onNav
+
- )}