Skip to content

Commit

Permalink
fix(Status): fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlago99 committed Jan 22, 2025
1 parent e7eae13 commit c682cdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/designSystem/Status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export enum StatusType {
default = 'default',
danger = 'danger',
disabled = 'disabled',
downgrade = 'downgrade',
scheduled = 'scheduled',
}

type StatusLabelSuccess = 'succeeded' | 'finalized' | 'active' | 'pay' | 'available' | 'refunded'
Expand Down

0 comments on commit c682cdd

Please sign in to comment.