소스 검색

Fix a status label

The previous label was too large for the small version of the status
pill component.
Sergiu Miclea 5 년 전
부모
커밋
e29107c5d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) => {