Skip to content

Commit

Permalink
Merge pull request #20 from liquality/fix-remove-cancel-status
Browse files Browse the repository at this point in the history
fix: removed cancel status from filters
  • Loading branch information
bradleySuira authored Dec 18, 2020
2 parents ceda1fc + 9af7fbb commit d96c981
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ export const ACTIVITY_FILTER_STATUSES = {
REFUNDED: {
label: 'Refunded',
icon: 'refunded'
},
CANCELED: {
label: 'Canceled',
icon: 'canceled'
}
}

Expand Down

0 comments on commit d96c981

Please sign in to comment.