From 87126a480a71425af0f9399f1bd96841daeba16b Mon Sep 17 00:00:00 2001 From: poignatov Date: Thu, 19 Mar 2026 20:36:22 +0300 Subject: [PATCH] =?UTF-8?q?6.25.4:=20=D0=A1=D1=82=D0=B8=D0=BB=D1=8C=20?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B0=D1=82=D0=BA=D0=B0=20=D0=BA=D0=B0=D0=BA?= =?UTF-8?q?=20=D1=83=20=D0=BF=D0=BE=D0=B4=D0=B7=D0=B0=D0=B4=D0=B0=D1=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- play-life-web/src/components/PurchaseScreen.jsx | 2 +- play-life-web/src/components/ShoppingList.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/play-life-web/src/components/PurchaseScreen.jsx b/play-life-web/src/components/PurchaseScreen.jsx index 22f9b5f..5a2d527 100644 --- a/play-life-web/src/components/PurchaseScreen.jsx +++ b/play-life-web/src/components/PurchaseScreen.jsx @@ -387,7 +387,7 @@ function PurchaseScreen({ onNavigate, purchaseConfigId, taskId, taskName }) {
{item.name} {item.estimated_remaining > 0 && ( - + ({Math.round(item.estimated_remaining * 10) / 10}) )} diff --git a/play-life-web/src/components/ShoppingList.jsx b/play-life-web/src/components/ShoppingList.jsx index 2559b05..cf13e62 100644 --- a/play-life-web/src/components/ShoppingList.jsx +++ b/play-life-web/src/components/ShoppingList.jsx @@ -729,7 +729,7 @@ function ShoppingList({ onNavigate, refreshTrigger = 0, isActive = false, initia
{item.name} {item.estimated_remaining > 0 && ( - + ({Math.round(item.estimated_remaining * 10) / 10}) )} @@ -800,7 +800,7 @@ function ShoppingList({ onNavigate, refreshTrigger = 0, isActive = false, initia
{item.name} {item.estimated_remaining > 0 && ( - + ({Math.round(item.estimated_remaining * 10) / 10}) )}