diff --git a/VERSION b/VERSION index 89b71fa..2c2a151 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.17.4 +6.17.5 diff --git a/play-life-web/package.json b/play-life-web/package.json index 678e43f..f6423fd 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.17.4", + "version": "6.17.5", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/ShoppingItemDetail.jsx b/play-life-web/src/components/ShoppingItemDetail.jsx index 627de19..f0f7fea 100644 --- a/play-life-web/src/components/ShoppingItemDetail.jsx +++ b/play-life-web/src/components/ShoppingItemDetail.jsx @@ -170,19 +170,7 @@ function ShoppingItemDetail({ itemId, onClose, onRefresh, onItemCompleted, onNav