diff --git a/src/components/tickets/ticket-summary-header.tsx b/src/components/tickets/ticket-summary-header.tsx index 7cf9361..83756b1 100644 --- a/src/components/tickets/ticket-summary-header.tsx +++ b/src/components/tickets/ticket-summary-header.tsx @@ -1159,7 +1159,7 @@ export function TicketSummaryHeader({ ticket }: TicketHeaderProps) { } /> {status === "RESOLVED" && canReopenTicket && reopenDeadlineLabel ? ( -

Prazo para reabrir: {reopenDeadlineLabel}

+

Prazo para reabrir: {reopenDeadlineLabel}

) : null}