Skip to content

Commit

Permalink
fix(payment-picker): remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Jun 12, 2020
1 parent b4a2d02 commit 3ec9d26
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -52,8 +52,6 @@ const SelectBoxMethod = styled(SelectBox)`
.bc__single-value {
font-size: 16px;
font-weight: 600;
color: ${props => props.theme.grey800};
padding-right: 12px;
}
}
`
Expand Down Expand Up @@ -107,7 +105,6 @@ const IconContainer = styled.div`
align-items: center;
justify-content: center;
`

const Limit = styled(Text)`
font-size: 14px;
font-weight: 500;
Expand Down Expand Up @@ -182,7 +179,6 @@ class MethodSelect extends PureComponent<Props> {
: { min: '1000', max: '500000' }
}
}))

const defaultMethods = this.props.paymentMethods.methods.map(value => ({
text: this.getType(value),
value
Expand Down

0 comments on commit 3ec9d26

Please sign in to comment.