Add missing CANCELLED status (#1248)
This commit is contained in:
parent
fb52d5314d
commit
30e29f709d
|
@ -51,6 +51,10 @@ function Satus ({ status }) {
|
|||
desc = 'expired'
|
||||
color = 'muted'
|
||||
break
|
||||
case 'CANCELLED':
|
||||
desc = 'cancelled'
|
||||
color = 'muted'
|
||||
break
|
||||
case 'PENDING':
|
||||
desc = 'pending'
|
||||
color = 'muted'
|
||||
|
|
Loading…
Reference in New Issue