From 85e9a6f48b58afdde6ccd0aa4df25ba4b2c1a140 Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 16 Mar 2026 13:22:40 +0300 Subject: [PATCH] =?UTF-8?q?6.18.9:=20=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D1=8B?= =?UTF-8?q?=20=D1=81=D0=BA=D0=BE=D0=B1=D0=BA=D0=B8=20=D1=83=20=D1=81=D1=87?= =?UTF-8?q?=D1=91=D1=82=D1=87=D0=B8=D0=BA=D0=B0=20=D0=BF=D0=BE=D0=B4=D0=B7?= =?UTF-8?q?=D0=B0=D0=B4=D0=B0=D1=87?= 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/TaskList.jsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 1cce0ea..e91aadb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.18.8 +6.18.9 diff --git a/play-life-web/package.json b/play-life-web/package.json index b8676bd..486453d 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.18.8", + "version": "6.18.9", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskList.jsx b/play-life-web/src/components/TaskList.jsx index 6a3f9ee..fb88c8c 100644 --- a/play-life-web/src/components/TaskList.jsx +++ b/play-life-web/src/components/TaskList.jsx @@ -926,8 +926,8 @@ function TaskList({ onNavigate, data, loading, backgroundLoading, error, onRetry {hasSubtasks && ( {task.draft_subtasks_count != null && task.draft_subtasks_count > 0 - ? <>({task.draft_subtasks_count}/{task.subtasks_count}) - : `(${task.subtasks_count})`} + ? <>{task.draft_subtasks_count}/{task.subtasks_count} + : `${task.subtasks_count}`} )}