6.18.17: Откат: скобки и без жирного в подзадачах
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m14s

This commit is contained in:
poignatov
2026-03-16 16:20:34 +03:00
parent 0c6ba5c8fb
commit 171befdf05
3 changed files with 4 additions and 4 deletions

View File

@@ -926,8 +926,8 @@ function TaskList({ onNavigate, data, loading, backgroundLoading, error, onRetry
{hasSubtasks && (
<span className="task-subtasks-count">
{task.draft_subtasks_count != null && task.draft_subtasks_count > 0
? <><b>{task.draft_subtasks_count}</b>/{task.subtasks_count}</>
: `${task.subtasks_count}`}
? `(${task.draft_subtasks_count}/${task.subtasks_count})`
: `(${task.subtasks_count})`}
</span>
)}
<span className="task-badge-bar">