diff --git a/src/components/tickets/ticket-checklist-card.tsx b/src/components/tickets/ticket-checklist-card.tsx index edbeb55..973ec13 100644 --- a/src/components/tickets/ticket-checklist-card.tsx +++ b/src/components/tickets/ticket-checklist-card.tsx @@ -312,7 +312,7 @@ export function TicketChecklistCard({
{isQuestion ? ( -
+
?
) : ( @@ -425,23 +425,23 @@ export function TicketChecklistCard({ )} -
+
{required ? ( - + Obrigatório ) : ( - + Opcional )} {isQuestion && ( - + Pergunta )} {templateLabel ? ( - + {templateLabel} ) : null}