Skip to content

Commit

Permalink
fix(Coinify): remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Jun 11, 2018
1 parent eb3b079 commit e4b9786
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -3,8 +3,6 @@ import { gt, slice, toUpper, equals, path, prop } from 'ramda'
import { FormattedMessage } from 'react-intl'
import * as Currency from 'blockchain-wallet-v4/src/exchange/currency'

import * as Currency from 'blockchain-wallet-v4/src/exchange/currency'

export const getLimits = (limits, curr, effectiveBalance) => {
const getMin = (limits, curr) => Math.min(limits.bank.minimumInAmounts[curr], limits.card.minimumInAmounts[curr])
const getMax = (limits, curr) => Math.max(limits.bank.inRemaining[curr], limits.card.inRemaining[curr])
Expand Down

0 comments on commit e4b9786

Please sign in to comment.