From ebd1398a8101ce838ebecddf44736abc44dbfd0e Mon Sep 17 00:00:00 2001 From: poignatov Date: Tue, 10 Mar 2026 17:18:14 +0300 Subject: [PATCH] =?UTF-8?q?6.8.1:=20=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B8?= =?UTF-8?q?=D1=81=D1=82=D0=BE=D1=80=D0=B8=D0=B8=20=D0=BD=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=B3=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BF=D1=80=D0=B8=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D0=B8=20=D0=BA=D1=80=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D0=BA=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/ShoppingItemDetail.jsx | 4 ++-- play-life-web/src/components/TaskDetail.jsx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index e029aa9..5f6c086 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.8.0 +6.8.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index df01704..f3ced8f 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.8.0", + "version": "6.8.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/ShoppingItemDetail.jsx b/play-life-web/src/components/ShoppingItemDetail.jsx index cde251e..3700ecb 100644 --- a/play-life-web/src/components/ShoppingItemDetail.jsx +++ b/play-life-web/src/components/ShoppingItemDetail.jsx @@ -81,7 +81,7 @@ function ShoppingItemDetail({ itemId, onClose, onRefresh, onItemCompleted, onNav if (!itemId) return null const modalContent = ( -
+
onClose?.()}>
e.stopPropagation()}>

) : 'Товар'}

-
diff --git a/play-life-web/src/components/TaskDetail.jsx b/play-life-web/src/components/TaskDetail.jsx index 27e98e1..28c1cde 100644 --- a/play-life-web/src/components/TaskDetail.jsx +++ b/play-life-web/src/components/TaskDetail.jsx @@ -730,7 +730,7 @@ function TaskDetail({ taskId, onClose, onRefresh, onTaskCompleted, onNavigate }) const modalContent = ( -
+
onClose?.()}>
e.stopPropagation()}>

) : 'Задача'}

-