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})`} )}