Explorar el Código

Fix a status label

The previous label was too large for the small version of the status
pill component.
Sergiu Miclea hace 5 años
padre
commit
e29107c5d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/atoms/StatusPill/StatusPill.tsx

+ 1 - 1
src/components/atoms/StatusPill/StatusPill.tsx

@@ -28,7 +28,7 @@ const LABEL_MAP: { [status: string]: string } = {
   CANCELED_AFTER_COMPLETION: 'CANCELED',
   CANCELLING_AFTER_COMPLETION: 'CANCELLING',
   FAILED_TO_SCHEDULE: 'UNSCHEDULABLE',
-  FAILED_TO_CANCEL: 'FAILED TO CANCEL',
+  FAILED_TO_CANCEL: 'CANCELED',
 }
 
 const statuses = (status: any) => {