add tests to canceled enrollment or scheduled with seat
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user