add tests to canceled enrollment or scheduled with seat

This commit is contained in:
2026-01-26 13:00:36 -03:00
parent 3e080a2d21
commit 2d191c5fc8
14 changed files with 176 additions and 13 deletions

View File

@@ -162,9 +162,9 @@ const statuses: Record<string, { icon: LucideIcon; color?: string }> = {
const labels: Record<string, string> = {
PENDING: 'Aguardando',
EXECUTED: 'Executado',
SCHEDULED: 'Agendado',
ROLLBACK: 'Revogado'
EXECUTED: 'Executada',
SCHEDULED: 'Agendada',
ROLLBACK: 'Revogada'
}
function Status({ status: s }: { status: string }) {