Skip to content

Commit

Permalink
fix(simple-buy): remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Mar 26, 2020
1 parent b243ed8 commit 1eb8cd3
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ const Amount = styled.div`
display: inline;
}
`
// const StyledRow = styled(Row)`
// padding: 16px 40px;
// border-top: 1px solid ${props => props.theme.grey000};
// &:last-child {
// border-bottom: 1px solid ${props => props.theme.grey000};
// }
// `

type Props = OwnProps &
LinkDispatchPropsType &
SuccessStateType & { supportedCoins: SupportedCoinsType }
Expand Down

0 comments on commit 1eb8cd3

Please sign in to comment.