6.18.3: Фиксированная кнопка Начать/Завершить в тесте
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m15s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m15s
This commit is contained in:
@@ -925,7 +925,7 @@ function TaskList({ onNavigate, data, loading, backgroundLoading, error, onRetry
|
||||
{task.name}
|
||||
{hasSubtasks && (
|
||||
<span className="task-subtasks-count">
|
||||
{task.draft_subtasks_count != null
|
||||
{task.draft_subtasks_count != null && task.draft_subtasks_count > 0
|
||||
? `(${task.draft_subtasks_count}/${task.subtasks_count})`
|
||||
: `(${task.subtasks_count})`}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user