From 171befdf0508b25b296b199dd3807e9628b3eb7c Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 16 Mar 2026 16:20:34 +0300 Subject: [PATCH] =?UTF-8?q?6.18.17:=20=D0=9E=D1=82=D0=BA=D0=B0=D1=82:=20?= =?UTF-8?q?=D1=81=D0=BA=D0=BE=D0=B1=D0=BA=D0=B8=20=D0=B8=20=D0=B1=D0=B5?= =?UTF-8?q?=D0=B7=20=D0=B6=D0=B8=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B2=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=D0=B0=D1=85?= 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 c3a5d5e..f353b75 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.18.16 +6.18.17 diff --git a/play-life-web/package.json b/play-life-web/package.json index 3e9cafa..4ee196c 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.18.16", + "version": "6.18.17", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskList.jsx b/play-life-web/src/components/TaskList.jsx index fb88c8c..18744be 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})`} )}