Skip to content

Commit 714651c

Browse files
committed
fix: cancel button for In-Progress
ref issue topcoder-archive#56
1 parent 429b32e commit 714651c

File tree

1 file changed

+1
-1
lines changed
  • src/routes/WorkPeriods/components/PaymentCancel

1 file changed

+1
-1
lines changed

src/routes/WorkPeriods/components/PaymentCancel/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const PaymentCancel = ({ className, item, timeout = 3000 }) => {
8888
<Button
8989
isDisabled={
9090
item.status === PAYMENT_STATUS.CANCELLED ||
91-
item.status === PAYMENT_STATUS.SCHEDULED
91+
item.status === PAYMENT_STATUS.IN_PROGRESS
9292
}
9393
size="small"
9494
color="error"

0 commit comments

Comments
 (0)