{{-- @if($activeTab === 'overview' && $this->isTaskUnassigned) --}} @if( $this->shouldShowUnassignedWarning)
This task is currently unassigned
No assignee has been set for this task. If you're responsible, you can assign yourself.
@endif @if($pendingImportCheckItems->count())
@endif
@can('read scrumboard task checkitem') @include('scrumboard::livewire.show.drawers.task-drawer.pipeline-checkitems', [ 'checkItemSearch' => $checkItemSearch ]) @endcan