feat(ticket): add issues map to ticket assignment page
This commit is contained in:
@@ -61,10 +61,7 @@ export default function TicketDetailPage() {
|
||||
<main className="relative z-10 space-y-5 xl:flex xl:h-[calc(100vh-6.5rem)] xl:min-h-0 xl:flex-col xl:gap-5 xl:space-y-0 xl:overflow-hidden">
|
||||
<div className="xl:shrink-0">
|
||||
{overview ? (
|
||||
<TicketDetailHeader
|
||||
ticket={overview}
|
||||
canAssign={classDetail?.status === 'unassigned'}
|
||||
/>
|
||||
<TicketDetailHeader ticket={overview} />
|
||||
) : (
|
||||
<TicketOverviewHeaderSkeleton />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user