浏览代码

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) => {