diff --git a/src/app/(modules)/ticket/[ticketId]/components/TicketClassDetailSkeleton.tsx b/src/app/(modules)/ticket/[ticketId]/components/TicketClassDetailSkeleton.tsx index 7a45a30..873dad2 100644 --- a/src/app/(modules)/ticket/[ticketId]/components/TicketClassDetailSkeleton.tsx +++ b/src/app/(modules)/ticket/[ticketId]/components/TicketClassDetailSkeleton.tsx @@ -54,28 +54,32 @@ export function TicketClassContentSkeleton() { -
@@ -62,7 +70,7 @@ function UserHistoryEntry({ item }: { item: TicketHistoryItem }) { const isAssigned = item.event_type === 'assigned'; return ( -
No timeline entries yet
diff --git a/src/app/(modules)/ticket/[ticketId]/components/TicketOverviewCard.tsx b/src/app/(modules)/ticket/[ticketId]/components/TicketOverviewCard.tsx index 37ba579..6489d0b 100644 --- a/src/app/(modules)/ticket/[ticketId]/components/TicketOverviewCard.tsx +++ b/src/app/(modules)/ticket/[ticketId]/components/TicketOverviewCard.tsx @@ -1,5 +1,7 @@ 'use client'; +import { LayoutDashboard } from 'lucide-react'; + import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'; import { PersonInfo } from '@/components/person-avatar'; import type { TicketOverviewDetail } from '@/types'; @@ -40,7 +42,10 @@ export function TicketOverviewCard({ return (