chore: class location change

This commit is contained in:
2026-07-07 12:02:29 +05:30
parent ba9731de86
commit d88978a830
5 changed files with 229 additions and 165 deletions

View File

@@ -12,7 +12,7 @@ export function TicketDetailHeader({
ticket: TicketOverviewDetail;
}) {
const router = useRouter();
const ticketLabel = ticket.ticket_name;
const ticketLabel = ticket.ticket_name || ticket.id;
return (
<div className="flex flex-col gap-4 sm:flex-row sm:items-start sm:justify-between">