{cycleStatus === "completed" && (
setTransferIssuesModal(true)}
disabled={!isEmpty(cycleDetails?.progress_snapshot) ?? false}
/>
)}
{issues?.groupedIssueIds?.length === 0 ? (
0}
/>
) : (
{activeLayout === "list" ? (
) : activeLayout === "kanban" ? (
) : activeLayout === "calendar" ? (
) : activeLayout === "gantt_chart" ? (
) : activeLayout === "spreadsheet" ? (
) : null}
{/* peek overview */}
)}
>
);
});