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()}>

) : 'Задача'}

-