Skip to content

Commit

Permalink
refactor(Tiers): Remove isActive from model
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Dec 13, 2018
1 parent 6af15ac commit 550a0d2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { path, prop, propEq } from 'ramda'
import { path, prop } from 'ramda'

export const TIERS = {
1: {
time: '3',
isActive: propEq('state', 'ACTIVE'),
limit: 'ANNUAL',
requirements: [
{
Expand All @@ -30,7 +29,6 @@ export const TIERS = {
},
2: {
time: '10',
isActive: propEq('kycState', 'VERIFIED'),
limit: 'DAILY',
requirements: [
{
Expand Down

0 comments on commit 550a0d2

Please sign in to comment.