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