From 7309deb98fd502578000027c57b01df589603640 Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 16 Mar 2026 08:54:41 +0300 Subject: [PATCH] =?UTF-8?q?6.18.8:=20=D0=96=D0=B8=D1=80=D0=BD=D1=8B=D0=B9?= =?UTF-8?q?=20=D1=81=D1=87=D1=91=D1=82=D1=87=D0=B8=D0=BA=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=BD=D1=8B=D1=85=20=D0=BF?= =?UTF-8?q?=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 --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/TaskList.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 0947c0d..1cce0ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.18.7 +6.18.8 diff --git a/play-life-web/package.json b/play-life-web/package.json index 402e854..b8676bd 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.18.7", + "version": "6.18.8", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskList.jsx b/play-life-web/src/components/TaskList.jsx index 18744be..6a3f9ee 100644 --- a/play-life-web/src/components/TaskList.jsx +++ b/play-life-web/src/components/TaskList.jsx @@ -926,7 +926,7 @@ 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.draft_subtasks_count}/{task.subtasks_count}) : `(${task.subtasks_count})`} )}