diff --git a/frontend/src/components/tickets/TicketDetail.tsx b/frontend/src/components/tickets/TicketDetail.tsx index dfef655..abf39c8 100644 --- a/frontend/src/components/tickets/TicketDetail.tsx +++ b/frontend/src/components/tickets/TicketDetail.tsx @@ -140,7 +140,7 @@ function ReplyBubble({ reply }: { reply: Reply }) { : 'bg-bg-300 border border-border-100' } `}> -

{reply.body}

+

{reply.body}

{isSupport ? 'Support' : (reply.username ?? 'You')} ยท {formatTime(reply.createdAt)}